You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by "Andrews, Keith" <Ke...@alliedtelesis.com> on 2017/03/29 17:53:40 UTC

SSH

I am trying to get private-key authentication to work without a passphrase using the noauth-config extenstion and it is not working.  I always get prompted with the passphrase even though I don't have one set.  Any ideas?

    <config name="AWS" protocol="ssh">
        <param name="hostname" value="192.168.1.100" />
        <param name="port" value="22" />
        <param name="username" value="ubuntu" />
        <param name="private-key" value="-----BEGIN RSA PRIVATE KEY-----
Verylongprivatekey..................................................................................
-----END RSA PRIVATE KEY-----" />
    </config>

Thanks,
Keith

This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. If you are the intended recipient, please be advised that the content of this message is subject to access, review and disclosure by the sender's e-mail System Administrator.

Re: SSH

Posted by Mike Jumper <mi...@guac-dev.org>.
NOTE: To anyone happening across this thread, please instead see its
duplicate here:

https://lists.apache.org/thread.html/0d571dbb1d3abf1b555b47d33cc7aab52daf17e1a5613ad570ad0088@%3Cuser.guacamole.apache.org%3E

Or in Nabble:

http://apache-guacamole-incubating-users.2363388.n4.nabble.com/SSH-amp-Private-Key-td696.html

This thread was double-posted, and it was the second thread (linked above)
where the first response was received.