/ Published in: Bash
commands for starting, stopping etc openSSH
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Start OpenSSH server sudo /etc/init.d/ssh start # Stop OpenSSH server sudo /etc/init.d/ssh start # Restart OpenSSH server sudo /etc/init.d/ssh start # Reload OpenSSH configurations sudo /etc/init.d/ssh reload