We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https://www.pluralsight.com/blog/it-ops/linux-file-permissions
Owner/Group/Everyone r(4)/w(2)/x(1) 700 --> rwx------ 644 --> rw-r--r--
Local Machine --> Private Key Server --> Public Key
ssh-keygen
exampleAuth
exampleAuth.pub
touch ~/.ssh/authorized_key
chmod 700 .shh
chmod 644 ~/.ssh/authorized_key
ssh user@server-ip -p serverPort -i <path-to-private-key(exampleAuth)>
/etc/ssh/ssh_config
PasswordAuthentication
service ssh restart
systemctl restart ssh
Home
Amazon AWS
Notes
Linux
GIT