
How to Start, Stop, and Restart OpenSSH on Ubuntu 14.04
On some Linux systems, typing /etc/init.d/sshd restart will bounce the sshd process. However, if that fails to work, try the following syntax to restart OpenSSH on Ubuntu: > sudo restart ssh ssh start/running, process 2654 You can use similar syntax to stop or start the process: > sudo stop ssh > sudo start ssh And […]