403
回編集
編集の要約なし |
|||
(同じ利用者による、間の3版が非表示) | |||
</nowiki>
= SSHクライアント設定 =
== SSHキー作成 ==
<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>
|