Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZPXD authored Feb 19, 2022
1 parent ae4b95b commit e980e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ klucz=NAZWA_KLUCZA
Stwórz parę kluczy RSA: prywatny i publiczny. Zapisz publiczny do authorized_keys i ustaw mu uprawnienia na 600 używając chmod. Wklej poniższe (to gęstsze komendy, ale nie martw się tym aż tak, opowiemy wszystko na zajęciach):
```
ssh-keygen -f /home/$USER/.ssh/$klucz -C $USER -N ''
cat /home/$USER/.ssh/$klucz.pub > cauthorized_keys
chmod 600 /home/$USER/authorized_keys
cat /home/$USER/.ssh/$klucz.pub > /home/$USER/.ssh/authorized_keys
chmod 600 /home/$USER/.ssh/authorized_keys
```

Sprawdź, czy klucz został stworzony.
Expand Down

0 comments on commit e980e5e

Please sign in to comment.