Created
February 27, 2013 16:56
-
-
Save fredericoramos/5049503 to your computer and use it in GitHub Desktop.
Ubuntu - Instalando/Installing SSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================================== | |
========================================================== | |
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