ssh鍵ペア作る
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[パソコン汎用]]
パスフレーズを決めてから、以下を実行する。
# ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):...
Enter passphrase (empty for no passphrase): (パスフレー...
Enter same passphrase again: (パスフレーズ入れて[ENTER])
Your identification has been saved in /root/.ssh/id_rsa
Your public key has been saved in /root/.ssh/id_rsa.pub
The key fingerprint is:
:
# ls -l
終了行:
[[パソコン汎用]]
パスフレーズを決めてから、以下を実行する。
# ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):...
Enter passphrase (empty for no passphrase): (パスフレー...
Enter same passphrase again: (パスフレーズ入れて[ENTER])
Your identification has been saved in /root/.ssh/id_rsa
Your public key has been saved in /root/.ssh/id_rsa.pub
The key fingerprint is:
:
# ls -l
ページ名: