Skip to content

Instantly share code, notes, and snippets.

@fredericoramos
Created February 27, 2013 16:56
Show Gist options
  • Save fredericoramos/5049503 to your computer and use it in GitHub Desktop.
Save fredericoramos/5049503 to your computer and use it in GitHub Desktop.
Ubuntu - Instalando/Installing SSH
==========================================================
==========================================================
Instalando SSH
Installing SSH
==========================================================
==========================================================
apt-get install openssh-server openssh-client
sudo vim /etc/ssh/sshd_config
# Configuração do arquivo
# File Config
port 22
AllowUsers login_user_name
PermitRootLogin yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment