Results 1 to 7 of 7
Can anyone tell me how to start an SSH server in Debian?
I believe the process name is sshd?
My box was unplugged and now when I restarted, SSH server ...
- 02-05-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 59
How to start SSH server?
Can anyone tell me how to start an SSH server in Debian?
I believe the process name is sshd?
My box was unplugged and now when I restarted, SSH server is no longer running... I had it up and running before, but I just forgot how to start it
- 02-05-2011 #2Linux Newbie
- Join Date
- Mar 2009
- Posts
- 228
Try:
Code:/etc/init.d/sshd start
- 02-05-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 59
- 02-05-2011 #4Linux Newbie
- Join Date
- Mar 2009
- Posts
- 228
I don't use Debian but a quick Google search came up with this:
SSH Quick Start Guide
Hope that helps.
- 02-06-2011 #5Just Joined!
- Join Date
- Feb 2011
- Posts
- 5
add the command line to ur init.d folder's file startup file, i can guide u in tat direction but im not sure where ur startup file script is.
- 02-06-2011 #6Just Joined!
- Join Date
- Jan 2011
- Posts
- 59
Hello
Actually I just tried this an it didn't work...
I'll check out the guide posted here
Thanks everyone
- 02-06-2011 #7Just Joined!
- Join Date
- Jan 2011
- Posts
- 59
Hmmm....
It seems that i can login using
But I cannot login if I use my external-IP instead of localhost... Is there something I need to set up for this to work?Code:ssh myuser@localhost


Reply With Quote
