Re: Remote SSH

2008-07-05 Thread Simon Ives
I think that I may have figured out why my SSH over the 'net isn't working: I've been testing it behind my LAN. I just downloaded the Router Manual and it says (relating to port forwarding): "Please be aware that from inside your LAN you will not be able to access your server using its public IP

Re: Remote SSH

2008-07-05 Thread IKT
It would also be in your best interest to (at least) change the default port to something else besides port 22, http://www.securityfocus.com/infocus/1876 "Malicious SSH login attempts have been appearing in some administrators' logs for several years." "Then we examined who attacked the honeypot

Re: Remote SSH

2008-07-05 Thread Daniel Morrison
Simon Ives wrote: > 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 un

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 server

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