Guest User

Untitled

a guest
Dec 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $ dpkg -s openssh-server | grep Status
  2. Status: install ok installed
  3.  
  4. sudo apt remove openssh-server
  5.  
  6. systemctl stop sshd
  7.  
  8. killall sshd
Add Comment
Please, Sign In to add comment