「Xserver VPSでDebianサーバ構築/SSHサーバ設定」の版間の差分

ナビゲーションに移動 検索に移動
編集の要約なし
 
(同じ利用者による、間の4版が非表示)
</nowiki>
 
= SSHクライアント設定 =
= その他 =
 
== SSHキー作成 ==
= known_hosts =
 
<nowiki>
$ ssh-keygen -t ed25519 -C "example@example.com" -f id_ed25519_example
$ ssh-copy-id -i identity_file example.com
</nowiki>
 
== ssh-agent ==
 
<nowiki>
$ eval `ssh-agent`
$ ssh-add
</nowiki>
 
== known_hosts ==
 
削除

ナビゲーション メニュー