Linux Administration by adam
Linux administration playlist: here
- Different ways of sshing into server:
- ssh username@ip_of_remote
- ssh ip_of_remote -l username
- ssh ip_of_remote -l username -p port
- ssh -i <key.pem> username@ip_of_remote
- To know ip address of the machie:
- ip a ->It will give ip address of all network interfaces
- hostnamme -i ->It will give ip address of he machine
- uname -a
Comments
Post a Comment