local$ ssh-keygen -t dsa
出力するファイル名、パスフレーズの入力を求められますが
何も入力せずに全てEnteyキーを押下して下さい。
local$ scp ~/.ssh/id_dsa.pub name@remort.host:
local$ ssh name@remort.host
remote$ cd .ssh/
remote$ cat id_dsa.pub >> authorized_keys
remote$ chmod 600 authorized_keys
remote$ rm id_dsa.pub
参考
- http://qiita.com/Tanaaaaan/items/50c3f0ddc15c40b750d2
- http://www.turbolinux.com/support/document/knowledge/152.html
-
authorized_keys
で検索すればいっぱいひっかかる