Added workaround on windows - Philip - online edit of handbook/computing/keyexchange.html

This commit is contained in:
Expo on server 2024-01-04 16:03:55 +00:00
parent 04c9b73815
commit 6f6c49e8d2

View File

@ -166,6 +166,10 @@ If you accepted the defaults, the public key will be called <var>~/.ssh/id_rsa.p
<code>ssh-copy-id -i pulsifer_id_rsa.pub expo@expo.survex.com</code>
<li>That's it.
</ul>
On a Windows machine, Microsoft have not implemented <var>ssh-copy-id</var> so you need to do this instead:
<ul>
<li><code>type .ssh\pulsifer_id_rsa.pub | ssh expo@expo.survex.com "cat >> .ssh/authorized_keys"</code>
</ul>
<h4>Using Filezilla and file copying</h4>
<ul>
<li>using sFTP (Filezilla configured to use sFTP, which uses Pageant by default) to