公開鍵の中身をKeyの入力欄でPasteして、登録しようといていますが、エラーがでてできません。
ご教授おねがいします。
エラー内容:
Key is invalid. It must begin with 'ssh-ed25519', 'ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', or 'ecdsa-sha2-nistp521'. Check that you're copying the public half of the key
生成手順:
$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/vagrant/.ssh/id_rsa):
/home/vagrant/.ssh/id_rsa already exists.
Overwrite (y/n)? y
...
...
...
The key's randomart image is:
...
...
$ clip < ~/.ssh/id_rsa.pub

回答1件
あなたの回答
tips
プレビュー