Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Created November 27, 2019 21:13
Show Gist options
  • Save oviniciusfeitosa/fae90bd4348b43a0eea8036782e4aa01 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/fae90bd4348b43a0eea8036782e4aa01 to your computer and use it in GitHub Desktop.
Ubuntu - Allow SSH Server.md

Permitindo acesso SSH

SSH Server - Ubuntu

    sudo apt-get install openssh-server
    sudo service ssh status

    sudo adduser jenkins --ingroup docker
    #Abcd123456
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment