On a fresh EC2 instance running Ubuntu, I see that there's no /etc/init.d/sshd file. I tried
sudo apt-get install openssh-server
And it shows that openssh-server is already the newest version. How do I get the /etc/init.d/sshd file?
|
On a fresh EC2 instance running Ubuntu, I see that there's no /etc/init.d/sshd file. I tried
And it shows that openssh-server is already the newest version. How do I get the /etc/init.d/sshd file? | |||
|
feedback
|
|
On my Ubuntu installation it's Try
| ||||
|
feedback
|
|
Maybe they switched the ssh service over to Upstart config files. Look in | |||
|
feedback
|
|
Ubuntu is now using Upstart to do the | |||
|
feedback
|