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
adduser deployer | |
mkdir /home/deployer/.ssh | |
vim /home/deployer/.ssh/authorized_keys | |
chmod 600 /home/deployer/.ssh/authorized_keys | |
chmod 700 /home/deployer/.ssh | |
chown -R deployer:deployer /home/deployer/.ssh/ | |
visudo |
NewerOlder