Remote SSH

2008-07-05 Thread Simon Ives
Can someone please help with the syntax to remotely SSH to my Ubuntu file server. I've opened the server's I.P address and port 22 in the router and verified that this has occurred with Shields Up (it reported the server's host-name and that port 22 is open). I'm just unsure of how to SSH from a

Re: Remote SSH

2008-07-05 Thread Gregory Storer
I access my server remotely with this: ssh -p 2232 [EMAIL PROTECTED] Where 2232 is the port number that is then forwarded to 22. g. On Sat, 2008-07-05 at 16:46 +1000, Simon Ives wrote: Can someone please help with the syntax to remotely SSH to my Ubuntu file server. I've opened the