Thursday, 8 December 2016

Linux - SSH using Terminal via Port

Linux - SSH using Terminal via Port
//

If we have to connect to a remote server using SSH then we can do it using following command.
Suppose we have remote server IP as 11.111.111.11 and username as root

ssh root@11.111.111.11

If we need to specify some port then we can do as under. suppose our port number is 2233

ssh
Read More about it from the following link : http://coding-guru.com/linux-ssh-using-terminal/ posted by Maz


Previous Post
Next Post

About Author

0 comments: