SSHのKeyの発行
May 15, 2013AD:
最近SSHのKeyを使ったのサービスを使用する際によくに聞かれるのと、パートナーさんのなどのMacを設定しないといけないのでよく使っている気がするのでメモ
1 2 3 4 5 6 7 |
$ ssh-keygen -t rsa -C "ayumi@sazae.com.au" Enter file in which to save the key (/home/ayumi/.ssh/id_rsa): (エンター) Enter passphrase (empty for no passphrase): (パスワード) $ chmod 600 ~/.ssh/id_rsa $ tail ~/.ssh/id_rsa.pub ssh-rsa anjkasndk/w4XFe2wispXpQa4/NwCzGZrmq41UxWKq7yfGHK0DZhZrzjVFDF06ebetW9XB48dlTPQqh68rIf/oh9p4NNcFRBeONUPpGwyJpN2C3hNRd/HJKER8RR6tfZU2DkFABAWNDasvqlyNkGwSPgDBbhREvS7xsAuvR6FDFl8hDzyqAZ+i1eyWDt1lqK6mP0NmxOU5d/cISAiOfkHE0A5YK1xL88UX9tgMcu5aXgAU4n4et7U3EdzdIvLNsvN1v+O20pJQMt4mSMj ayumi@sazae.com.au |
AD:
No Comments, Comment or Ping
Reply to “SSHのKeyの発行”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.