Advertisement
sandervanvugt

enabling ssh ubuntu

Apr 7th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. 34 ip a
  2. 35 ps aux
  3. 36 ps aux | grep ssh
  4. 37 sudo systemctl status sshd
  5. 38 sudo apt install openssh-server
  6. 39 sudo systemctl status sshd
  7. 40 sudo systemctl enable --now sshd
  8. 41 history
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement