How to start stop and restart the SSH daemon on Ubuntu Linux
Submitted by Koder on Mon, 07/06/2009 - 13:06
To stop ssh server on Ubuntu Linux on a terminal session type the following without the quotes:
"sudo /etc/init.d/ssh stop"
To start the ssh server on Ubuntu Linux on a terminal session type the following without the quotes:
"sudo /etc/init.d/ssh start"
To restart the ssh server on Ubuntu Linux on a terminal session type the following without the quotes:
"sudo /etc/init.d/ssh restart"
- Add new comment
- 1928 reads
-


Recent comments
1 day 1 hour ago
3 days 24 min ago
3 days 4 hours ago
4 days 22 hours ago
4 days 23 hours ago
1 week 6 days ago
4 weeks 1 day ago
4 weeks 2 days ago
4 weeks 3 days ago
5 weeks 6 days ago