Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Newbie
    Join Date
    Mar 2009
    Posts
    228
    Try:

    Code:
    /etc/init.d/sshd start

  3. #3
    Just Joined!
    Join Date
    Jan 2011
    Posts
    59
    Quote Originally Posted by lomcevak View Post
    Try:

    Code:
    /etc/init.d/sshd start
    Thanks!

    Now, if I wanted it to automatically run on startup, how can I configure that?

  4. #4
    Linux 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.

  5. #5
    Just 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.

  6. #6
    Just 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

  7. #7
    Just Joined!
    Join Date
    Jan 2011
    Posts
    59
    Hmmm....

    It seems that i can login using
    Code:
    ssh myuser@localhost
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...