1
vote
1answer
138 views

How to have ssh running in the rescue mode?

If I select rescue mode in GRUB, ssh is not run. I have to type start ssh to have it running. Can I made this be done automatically for me? Typical situation is with broken graphics, when I need to ...
0
votes
1answer
508 views

AutoSSH for a robust tunnel

I'm trying to start an ssh tunnel from A to B and have it run despite things like: period network/wifi drops on A and remote server reboot on B. My ssh tunnel starts using upstart script on A with ...
2
votes
4answers
12k views

how do you stop/restart ssh?

How do I stop/start ssh in version 11.10? I've tried /etc/init.d/ssh restart sudo service ssh restart sudo restart ssh I get errors every time... arrrr!
3
votes
2answers
1k views

How to get output from upstart jobs when logged in via SSH?

at the moment, I am trying to learn upstart and can't get around a basic problem. To monitor what my job definitions are doing, I would like to see text output from the jobs. That does not seem to be ...