Skip to content

Instantly share code, notes, and snippets.

@arpitvaghela
Last active March 1, 2022 07:28
Show Gist options
  • Save arpitvaghela/7d19996c143294fd22d2098c63e91281 to your computer and use it in GitHub Desktop.
Save arpitvaghela/7d19996c143294fd22d2098c63e91281 to your computer and use it in GitHub Desktop.
ssh connection
#!/usr/bin/env bash
sudo apt-get update
sudo apt-get install openssh-server -y
sudo service ssh start
sudo netstat -tunlp | grep ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment