Quantcast
Viewing all articles
Browse latest Browse all 2052

Trouble using ssh to access AWS cloud

Hello - I am running Mac OS X 10.6.1 and I am having trouble connecting to AWS cloud. I downloaded bitnami-hosting.pem (dash, not underscore as in the documentation), saved it in /Applications/BitNami folder and it says that "the authenticity of host 'fremmis.bitnamiapp.com (75.101.208.91)' can't be established." fremmis.bitnamiapp.com I got from Dashboard>(microserver) Manage.

here is the terminal output:

~> cd /Applications/BitNami

~> chmod 600 bitnami-hosting.pem

~> cd home

~> alias sshBitNami="ssh -i /Applications/BitNami/bitnami-hosting.pem fremmis.bitnamiapp.com"

~> sshBitNami

The authenticity of host 'fremmis.bitnamiapp.com (75.101.208.91)' can't be established. RSA key fingerprint is ac:e4:26:90:57:a5:3b:d4:3a:b9:89:3b:5b:5f:b5:28. Are you sure you want to continue connecting (yes/no)? no Host key verification failed.

~> sshBitNami

The authenticity of host 'fremmis.bitnamiapp.com (75.101.208.91)' can't be established. RSA key fingerprint is ac:e4:26:90:57:a5:3b:d4:3a:b9:89:3b:5b:5f:b5:28. Are you sure you want to continue connecting (yes/no)? y Please type 'yes' or 'no': yes Warning: Permanently added 'fremmis.bitnamiapp.com,75.101.208.91' (RSA) to the list of known hosts. Permission denied (publickey).

~> sshBitNami

Permission denied (publickey).

Can anyone help? Thanks -


Viewing all articles
Browse latest Browse all 2052

Trending Articles