Tagged Questions
1
vote
1answer
615 views
SSH Daemon does not autostart
I use a VPS with Ubuntu 10.04. After I performed "apt-get upgrade", the ssh daemon stopped working and does not automatically start when I restart my server. I have only access to files (edit, create ...
4
votes
2answers
2k views
connecting a SSH tunnel on reboot?
How can i reestablish a Tunnel if my localhost goes down?
i have 2 machines, Remotehost and localhost, on my localhost im running autossh to keep the tunnel alive in case of network problems.
...
7
votes
4answers
22k views
Start ssh server on boot
I've been doing my google-fu, but I can only find outdated guides or guides pertaining solely to the server variations of Ubuntu.
I need to set it up so that ssh server is run on boot, so I can ...