Results 1 to 3 of 3

Thread: SSH server running but no startup entry

  1. #1
    Join Date
    Jul 2005
    Location
    /dev/UK
    Beans
    984
    Distro
    Ubuntu Mate 18.10 Cosmic Cuttlefish

    SSH server running but no startup entry

    Just a question I'm a little confused about. My openssh server works fine, I can get into my box without a problem. However, from what I can see there isn't a startup entry for it (bum, rcconf, etc) in any run level. So how does it autostart?

  2. #2
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Upstart

    SSH uses upstart now. So you won't find the start up script in /etc/rc0.d - /etc/rc6.d. You will find it in /etc/init/ssh.conf instead. The actual sshd configuration is still in /etc/ssh/sshd_config.

  3. #3
    Join Date
    Jul 2005
    Location
    /dev/UK
    Beans
    984
    Distro
    Ubuntu Mate 18.10 Cosmic Cuttlefish

    Re: SSH server running but no startup entry

    That explains it. Many thanks

Bookmarks

Posting Permissions

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