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 1fa8b5b commit 2d07c49
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 @@ -219,8 +219,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 ~/.ssh/$klucz.pub > authorized_keys
chmod 600 authorized_keys
cat /home/$USER/.ssh/$klucz.pub > cauthorized_keys
chmod 600 /home/$USER/authorized_keys
```

Sprawdź, czy klucz został stworzony.
Expand Down

0 comments on commit 2d07c49

Please sign in to comment.