hickinbottoms
2007-10-15, 13:58
My Jive beta turned up today for which I'm very grateful. One thing I've noticed is that whilst the randomised SSH password is handy and secure-ish, because it keeps changing it makes installing software on the device automatically with SCP a little cumbersome.
An alternative to passwords is public key authentication, which the SSH server in the remote supports very well. This allows you to securely logged on with, depending on how you've set it up, no password or a constant passphrase.
I've knocked up the following page in the wiki which explains how to enable it:
http://wiki.slimdevices.com/index.cgi?JivePublicKeyAuthentication
It's missing the detail of how to create your public/private keypair in the first place, but I'm sure everyone's an expert here and already knows how to do that! It does include a link to another tutorial I found that covers it, though. I've personally created suitable keys with OpenSSH and PuTTY (the latter on Windows).
Stuart
An alternative to passwords is public key authentication, which the SSH server in the remote supports very well. This allows you to securely logged on with, depending on how you've set it up, no password or a constant passphrase.
I've knocked up the following page in the wiki which explains how to enable it:
http://wiki.slimdevices.com/index.cgi?JivePublicKeyAuthentication
It's missing the detail of how to create your public/private keypair in the first place, but I'm sure everyone's an expert here and already knows how to do that! It does include a link to another tutorial I found that covers it, though. I've personally created suitable keys with OpenSSH and PuTTY (the latter on Windows).
Stuart