Answer Posted / Ashish Kumar
To log into a remote Unix box using ssh, open your terminal and use the following command: `ssh username@remote_ip_address` where 'username' is the user name on the remote system and 'remote_ip_address' is the IP address of the remote system. If asked for authentication password, provide the respective password.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers