ssh user@address
or
ssh -D port user@address
if you want to specify a port.
-
Sep 23rd, 2009 12:31 PM #1Sr. Member



- Join Date
- Feb 10th, 2008
- Posts
- 519
SSH from UNIX to UNIX
Namely, I need to ssh into the Red Hat ECF computers at school from home (UBUNTU). The instructor has been giving us links for SSH in XP and Vista machines, but he never mentioned it for other UNIX computers. And he gets pissed when we ask questions. Does anybody know how to do that?
Reply With Quote
LOG IN TO THANK
No one has yet thanked iboyalama for this post.
-
Sponsored Links - Join the RedFlagDeals.com community and remove this ad.
-
Sep 23rd, 2009 12:36 PM #2
Reply With Quote
LOG IN TO THANK
No one has yet thanked akosh for this post.
-
Sep 23rd, 2009 12:42 PM #3
ssh <machine_name>
will do the trick. The client will ask you for a username, and password._______________
"I worked with several H1B employees that were/are borderline ********. One of them wanted to spray an electrical patch panel with solvent to see if it would make the “network go faster”". <--- lol (source)
Reply With Quote
LOG IN TO THANK
No one has yet thanked pitz for this post.
-
Sep 23rd, 2009 12:58 PM #4
Be mindful of ssh perhaps running on a different port number. As an admin I always change the port ssh is running on any machines exposed to the internet. I've seen enough ssh bot attacks that can bring a machine down.
I usually will do ssh -p (whaterver port) user@hostname.com
This will do the trick.
Reply With Quote
LOG IN TO THANK
No one has yet thanked zodieman for this post.
-
Sep 23rd, 2009 05:41 PM #5Sr. Member
[OP]



- Join Date
- Feb 10th, 2008
- Posts
- 519
Thank you guys
Reply With Quote
LOG IN TO THANK
No one has yet thanked iboyalama for this post.
Search Forums
