Hi,I have quite a similar case as this one <http://apache-guacamole-incubating-users.2363388.n4.nabble.com/SSH-amp-Private-Key-td696.html> : I cannot connect to SSH server with only a private key without passphrase. It's AWS and it's definitely don't use passphrases. The only difference from those case: I don't use no-auth, but Postgresql for authentication. Should I edit database to fix these newlines?
Connection from another machine works like a charm. Here is the ssh config file: Host YYY Hostname XX.XXX.XX.XX User ec2-user IdentityFile ~/.aws/AMI_pair.pem -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/SSH-without-passphrase-fails-tp900.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.
