Ssh(sftp) with certificate via Nautilus in Ubuntu 10.10?

I guess you'd like to have something more like this in . Ssh/config. Append a section like the following 5 lines to any existing ~/.

Ssh/config (i.e. /home/sehe/. Ssh/config) Host myec2host HostName 151.47.12.88 User ubuntu IdentityFile ~/.

Ssh/mycert. Pem Compression yes Note Replace myec2host by the alias that you want to access the ec2 instance by Replace the IP address by the external (optionally elastic) IP address of your instance Replace ~/. Ssh/mycert.

Pem by the full path to your private key (usually the keypair) you registered the instance with I copied the name mycert. Pem from your own question, so it is probably that file Any other options (like Compression) are optional.By default Ubuntu images on ec2 (especially the ones from Canonical) should be logged onto using user ubuntu root won't work Of course man ssh_config will do miracles for the details. Also http://alestic.com is an excellent resource on Ubuntu+EC2 (just make sure you don't confuse the Alestic and Canonical images).

Lastly there is the google group for ec2ubuntu which has been very helpful to starters This way you can just point Nautilus at the server 'my3c2host' and get the reset for free. If the key is protected with a passphrase, you can use a passphrase agent (seahorse, gpg-agent... dunno by heart).

I guess you'd like to have something more like this in . Ssh/config. Append a section like the following 5 lines to any existing ~/.

Ssh/config (i.e. /home/sehe/. Ssh/config) Host myec2host HostName 151.47.12.88 User ubuntu IdentityFile ~/.

Ssh/mycert. Pem Compression yes Note Replace myec2host by the alias that you want to access the ec2 instance by Replace the IP address by the external (optionally elastic) IP address of your instance Replace ~/. Ssh/mycert.

Pem by the full path to your private key (usually the keypair) you registered the instance with; I copied the name mycert. Pem from your own question, so it is probably that file Any other options (like Compression) are optional.By default, Ubuntu images on ec2 (especially the ones from Canonical) should be logged onto using user ubuntu; root won't work Of course man ssh_config will do miracles for the details. Also, http://alestic.com/ is an excellent resource on Ubuntu+EC2 (just make sure you don't confuse the Alestic and Canonical images).

Lastly there is the google group for ec2ubuntu which has been very helpful to starters. This way you can just point Nautilus at the server 'my3c2host' and get the reset for free. If the key is protected with a passphrase, you can use a passphrase agent (seahorse, gpg-agent... dunno by heart).

I didn't understand how to do it. Can you give me link with some explanation? – Valentin Kantor Apr 13 at 11:25 Updated answer.

– sehe Apr 13 at 12:08.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions