Jan 26, 2011 #1 kepetersen Technical User Joined Jun 25, 2010 Messages 305 Location US How can I ssh from one Linux box to another?
Jan 26, 2011 #2 AvayaTier3 Technical User Joined Dec 31, 2008 Messages 4,619 Location US yes so if you are currently logged into a linux system as kepetersen ssh 192.11.13.14 by default, this uses your current login name "kepetersen" for authentication at the destination IP. If you would like to authenticate with another user, the syntax will be different. ssh remoteuser@192.11.13.14 A great teacher, does not provide answers, but methods to teach others "How and where to find the answers" bsh 37 years Bell, AT&T, Lucent, Avaya Tier 3 for 27 years and counting http://bshtele.com Upvote 0 Downvote
yes so if you are currently logged into a linux system as kepetersen ssh 192.11.13.14 by default, this uses your current login name "kepetersen" for authentication at the destination IP. If you would like to authenticate with another user, the syntax will be different. ssh remoteuser@192.11.13.14 A great teacher, does not provide answers, but methods to teach others "How and where to find the answers" bsh 37 years Bell, AT&T, Lucent, Avaya Tier 3 for 27 years and counting http://bshtele.com
Jan 26, 2011 Thread starter #3 kepetersen Technical User Joined Jun 25, 2010 Messages 305 Location US How would the syntax change if you were on one MSS and trying to login to another MSS? Upvote 0 Downvote
Jan 26, 2011 #4 AvayaTier3 Technical User Joined Dec 31, 2008 Messages 4,619 Location US syntax would not change. The IP address would be different than the example. A great teacher, does not provide answers, but methods to teach others "How and where to find the answers" bsh 37 years Bell, AT&T, Lucent, Avaya Tier 3 for 27 years and counting http://bshtele.com Upvote 0 Downvote
syntax would not change. The IP address would be different than the example. A great teacher, does not provide answers, but methods to teach others "How and where to find the answers" bsh 37 years Bell, AT&T, Lucent, Avaya Tier 3 for 27 years and counting http://bshtele.com