wtorek, 29 stycznia 2013

Bezhasłowa autoryzacja ssh (kluczem)

local$ ssh-keygen -t dsa
local$ scp ~/.ssh/id_dsa.pub remote:~/
local$ ssh username@remote
remote$ cat ~/id_dsa.pub >> ~/.ssh/authorized_keys
remote$ chmod 644 ~/.ssh/authorized_keys
remote$ exit
local$ ssh username@remote
źródło

Brak komentarzy:

Prześlij komentarz