Results 1 to 7 of 7
Is it possible to set up an ssh account on my linux box so that I can log into it via the web? or simply over a lan from a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-18-2004 #1Linux Newbie
- Join Date
- Jun 2004
- Posts
- 220
How do I set up remote ssh login?
Is it possible to set up an ssh account on my linux box so that I can log into it via the web? or simply over a lan from a Windoze machine? I know how to set up a ssh account, but accessing it is something I don't know how to set up.
N3WO
There are 10 types of people; those who count in binary and those who don\'t...
- 10-18-2004 #2Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
You need to make sure sshd is running (that's the ssh daemon) and that ssh ports are open on your firewall.
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 10-18-2004 #3Linux Newbie
- Join Date
- Jun 2004
- Posts
- 220
ok, now where should I go to log in?
N3WO
There are 10 types of people; those who count in binary and those who don\'t...
- 10-18-2004 #4Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
issue the command ssh -l username ipofserver from the client you wish to connect with.
For example
ssh -l n3wo 192.168.0.1
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 10-18-2004 #5Linux Newbie
- Join Date
- Jul 2004
- Location
- www.syracuse.com
- Posts
- 119
this will work also.Code:ssh username@hostname.domain
- 10-19-2004 #6
- 10-19-2004 #7Linux Newbie
- Join Date
- Jun 2004
- Posts
- 220
I got putty, and am working through the configuration on the linux end. Thanks for the help, I'll get back to you in a few days with a worked/didn't work result.
N3WO
There are 10 types of people; those who count in binary and those who don\'t...


Reply With Quote
