mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
Added workaround on windows - Philip - online edit of handbook/computing/keyexchange.html
This commit is contained in:
parent
04c9b73815
commit
6f6c49e8d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user