Create ‘ssh’

This commit is contained in:
nawan 2024-01-24 13:38:21 +00:00 committed by wikimind
parent 9b5588099d
commit 7ad936d0c9

7
ssh.myco Normal file
View file

@ -0,0 +1,7 @@
= Permission denied (publickey)
```
sudo chown -R username:username /home/username/.ssh
sudo chmod 0700 /home/username/.ssh
sudo chmod 0600 /home/username/.ssh/authorized_keys
```