0
votes
0answers
23 views

Amazon Web Services - EC2 instance operation timed out on mac ssh

I am trying to connect to my EC2 instance through SSH on Terminal. I am able to access the instance on CoRD, but I cannot access it on SSH or RDP through Microsoft Remote Desktop Connection. I am ...
0
votes
0answers
18 views

EC2 and Github key

When I want to deploy a new code to EC2 server that is on Github, I get the error message [IP.compute-1.amazonaws.com :: out] Permission denied (publickey). ** [IP.compute-1.amazonaws.com :: out] ...
-2
votes
2answers
30 views

Amazon EC2 - SSH connection [duplicate]

I am trying to connect to EC2 via SSH this way: ssh -i path_to_pem ec2-user@PublicDNS But when I do it, I get the message Permission denied (publickey). and the connection is closed. How should be ...
1
vote
2answers
49 views

After installing Apache on AWS Server I can no longer SSH [closed]

I am trying to create a simple webserver on Amazon cloud. But everytime I install apache once I disconnect I am no longer able to SSH back into the server. djc@ubuntu:~/Desktop$ ssh -v -i ...
1
vote
0answers
91 views

Lost access to aws ec2 machine

I followed the guide to set up an ssh account for bitbucket on my ec2 machine to pull the code there without having to enter the password. This is the guide I followed ...
-2
votes
1answer
37 views

AWS EC2 Logging In via ssh

I'm having a lot of issues w/ssh and EC2. I have 2 instances, 1 elastic IP (associated with one of the instances), and a key pair file (pem). Both instances are stock Amazon OS (Linux flavor). I ...
-1
votes
2answers
57 views

MySQL error 1064 - the right syntax?

I am very new to MySQL so before you decide to downvote this please just add a comment and I will delete the post. I am following a tutorial on android-hive, ...
1
vote
1answer
118 views

ssh error: connection timeout to aws ec2 micro instance

I am having trouble connecting to aws ec2 instance. Here are the details. Instance Details AMI: ubuntu/images/ebs/ubuntu-quantal-12.10-amd64-server-20121218 (ami-422ea672) Zone: us-west-2b Security ...
-1
votes
1answer
122 views

Can't SSH as root into EC2 server - Please login as the user “ubuntu” rather than the user “root” [closed]

I am trying to SSH into my server via WinSCP, although the problem will occur with putty as well. I have Ubuntu 12.04 I have edited /etc/ssh/sshd_config and added PermitRootLogin without-password to ...
-2
votes
1answer
52 views

How do I add a new user on a mac to an ec2 amazon linux instance to connect through ssh [closed]

Basically I have an EC2 instance setup using amazons linux, and I want to add a new user account and give them ssh access. For windows users using putty, I was able to set this up no problem following ...
2
votes
0answers
97 views

How to check if SSH connection was established with AWS instance

I'm trying to connect to the Amazon EC2 instance via SSH using boto. I know that ssh connection can be established after some time after instance was created. So my questions are: Can I somehow ...
-1
votes
2answers
235 views

Why the private key offered was refused on putty by new ubuntu instance with EC2? [closed]

2013-03-15 15:32:54 Looking up host "xx.xx.xx.xx" 2013-03-15 15:32:54 Connecting to xx.xx.xx.186 port 22 2013-03-15 15:32:54 Server version: SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1 2013-03-15 15:32:54 ...
0
votes
1answer
172 views

AWS EC2: ssh through port 443 although apache is installed on instance

I want to be able to ssh into my instances from work but I am behing a corporate firewall and port 22 is closed. Yesterday I changed the ssh config file and replaced port 22 with port 80 but then ...
1
vote
0answers
644 views

how to convert .pem key to .ppk format, add the .ppk using Putty? [closed]

Recently we have move dour website on AWS (Amazon web server) and in the file given to me, to ssh $ssh -p8822 -i manumanoj-xxx-key.pem manoj@xxxxxxxxxxxx.amazonaws.com and again it is mentioned ...
-2
votes
2answers
262 views

Unable to log into server (SSH) using Ubuntu [closed]

I am having trouble logging into a server with SSH. I have pasted a log of events below. Please can someone help me trouble shoot the problem. It appears that I am making some connection from the ...
0
votes
1answer
123 views

How to copy .pub file to ssh authorized_key [closed]

I have got .pub file from Beanstalkapp and I have downloaded it to my local machine, Now what i want to do is to copy this .pub to my AWS EC2 fedora instance so that I can deploy my files to the ...
3
votes
3answers
985 views

Running EC2 instance suddenly refuses SSH connection

I've set up the EC2 instance couple days ago and even last night I was able to SSH to it with no problems. Today morning, I can't ssh to it. Port 22 is already open in the security group and I haven't ...
0
votes
0answers
313 views

Tortoise SVN client on Windows 7 to access(check-out) SVN repository on AWS EC2 instance

Lately, I have been playing with AWS EC2 instance and used it to install SVN repository. I have Ubuntu 12.04 on EC2 instance. I successfully set up the SVN server on it and accessed it using Ubuntu ...
0
votes
2answers
211 views

Git repository amazon ec2

Hello I'm following this one tutorial with my AWS EC2 Instance with Ubuntu Server: http://codecrunchero.blogspot.com/2012/06/setting-up-remote-git-repository-on.html And I'm stuck on the first step: ...
1
vote
1answer
315 views

SSH fingerprint verification for Amazon AWS EC2 server with ECDSA?

When I create a new Amazon EC2 server, I connect to it using ssh as usual. I see the typical warning: $ ssh myserver The authenticity of host 'ec2-12-34-567-890.compute-1.amazonaws.com ...
2
votes
1answer
2k views

Putty fatal error Disconnected: no supported authentication methods available.

I am connecting to a Ubuntu server via Putty and keep getting "Disconnected: no supported authentication methods available. Server refused our key." I am able to connect as ubuntu (superuser) but not ...
0
votes
1answer
280 views

Install librsync on Amazon EC2 instance

I have trouble installing this library called librsync on an Amazon standard linux instance. I tried this: yum install librsync-devel but I got No package librsync available (fair enough I guess!) ...
0
votes
0answers
266 views

AWS - ssh & vnc connection from mac

Do you know how to connect to Amazone EC2 through Steps: from: http://www.serverwatch.com/server-tutorials/setting-up-vnc-on-ubuntu-in-the-amazon-ec2-Page-3.html 1) On the server instance sudo ...
3
votes
2answers
609 views

EC2 after restart can not access via ssh

I was connecting my ec2 instance via ssh well,after adding new EBS volume restarted the machine by 'sudo shutdown -r now' And after that I tried to access by using follwing command: ssh -v -i ...
0
votes
1answer
780 views

Trying to use RSA Keys to SSH into EC2, Getting: Incorrect RSA1 identifier… permission denied (public key)

I have created a Ubuntu 12.04 instance on Amazon EC2. I have downloaded the PEM file and am able to SSH into the instance, no problem. Now, I want to create some accounts on the remote instance for ...
0
votes
1answer
2k views

EC2 SSH port 22 connection refused even though previously worked

I have an EC2 instance which i've got a couple of sites hosted on and it's previously been workin really nice. Today I try to SSH into it and it just refusing connections on port 22 even though the ...
2
votes
2answers
6k views

AWS EC2: generating private key file out of cert-***.pem for SSH terminal access

i have my access key, secret key, and the downloaded cert pem file. i understand SSH requires a private key file in order to establish a terminal SSH connection to my instance. what i did find ...
0
votes
3answers
2k views

How can I ssh into my EC2 instance from my local computer which has only ports 80 and 443 allowed?

I have recently starred out with EC2. Currently I am using the Free Tier to test and learn about it. However as I am behind a proxy that allows only connections at port 80 and 443, I am unable to ...
1
vote
3answers
129 views

Tornado stopped running on AWS immediately after I terminate my remote session

I'm using SSH to remotely launch Tornado on Amazon Web Service. It works fine when I launch it by: python startTornado.py However, after my SSH session times out or terminated, the Tornado server is ...
3
votes
1answer
529 views

How to change EC2 Public Key?

I'm trying to change my EC2 public key for myself, the rest of my team who uses AWS, and also for running instances. So the old key was (for example) 'my_key', and I made a new key called 'my_key2'. ...
0
votes
0answers
239 views

Paramiko fails with socket.error to AWS EC2

I use python and paramiko to remotely launch and configure an OpenVPN server on AWS. Recently, my admittedly non-professional script has begun throwing errors during the SSH connection to the AWS ...
0
votes
1answer
315 views

How do you connect Coda to AWS EC2 Instance? Invalid username or password

I have followed the instructions in thread: How do configure Coda to work for my Amazon EC2 instance? However, I am still having a problem. I can ssh into my EC2 Instance by just typing ssh ...
0
votes
0answers
565 views

error “port 22: Connection refused” when attempting to ssh into an ec2 instance

I'm getting a connection refusal when I attempt to ssh into an instance of a public AMI on aws, and I'm not sure why. I know the firewall has the port open. Could anyone point me toward some potential ...
1
vote
1answer
1k views

How do you setup an SSH connection from Ubuntu 12.04 to Amazon EC2

I have been over countless Tutorials all that seem to be outdated... X.509 certificates, keys / pairs blah blah... I need a serious step by step how to create a connection from my local machine to ...
3
votes
1answer
449 views

Securing MongoDB Transport in the cloud

Are there any service providers offering hosted MongoDB with secure transport? I know that native TLS support for MongoDB isn't quite OOB yet, but I'm looking for a provider that can encrypt the ...
0
votes
1answer
288 views

SSH to AWS using keypairs and users?

I found this question: SSH to AWS Instance without key pairs for how to disable the need to use keypairs on an EC2 instance. I'd like to do something like that but if possible still use keypairs yet ...
1
vote
2answers
541 views

Connection times out using Connect Using a Java-Based (SSH) Client in Amazon EC2

I am newbie to servers. I am trying to connect to Amazon EC2 micro instance using Connect Using a Java-Based (SSH) Client but I am getting an error Connection timed outas shown below in the image. ...
0
votes
0answers
74 views

ant cannot execute

i started an interactive hive workflow and was following a tutorial when i tried SSHing into masternode, after waiting for 2-3 minutes i get connection timed out error after searching for solution i ...
1
vote
1answer
106 views

In custom AMI sshd is not getting started

I created my own AMI & when I start my instance sshd is not getting started. What might be the problem? Please find below the system log snippet init: rcS main process (199) terminated with ...
2
votes
1answer
177 views

How to access a private github repository from Aegir through Drush Make on AWS

I have an ec2 instance running on AWS. Aegir installed and drush make works perfect for installing new platforms except when I need to download a theme from a private github repository. drush make ...
0
votes
2answers
129 views

Cannot connect with a standalone SSH Client / Can connect from the browser using the Java SSH Client

I cant connect with the SSH Client ssh -i ~ key.pem ubuntu or root@ipaddress The authenticity of host can't be established. RSA key fingerprint is fingerprint Are you sure you want to continue ...
0
votes
0answers
247 views

Connection to remote machine.

when I run the following command it shows error. ssh -i abc.pem ubuntu@x.y.z.w error is:- ssh: connect to host x.y.z.w port 22: Bad file number please guide asap. Thanks
1
vote
2answers
2k views

SSH Access to AWS EC2 - Permission Denied

I'm trying to access a new Ubuntu instance on EC2 using SSH. I've noticed a lot of people have got the same issue and have used different workarounds but have not been able to get this to work so far. ...
7
votes
8answers
13k views

SSH to Amazon EC2 instance using Putty in windows

I am a newbie to Amazon web services, was trying launch an Amazon instance and ssh to it using putty from windows. These are the steps I followed, Created a key pair. Created security group with ...
0
votes
1answer
590 views

(EC2) Launch Windows instance programmatically via command line

I'd like to launch a Windows 2008 (64bits, base install) instance programmatically, kinda like clicking on the Launch Instance link & following the "Create a New Instance" wizard. I read about ...
2
votes
2answers
466 views

ssh into aws EC2 instance when ssh is blocked by admin

I have a new aws EC2 instance, everything worked fine from home. Now the ssh access is blocked in university! I wanted to know how I can bypass that and ssh into my ec2 instance. What ways i can do ...
2
votes
1answer
434 views

SSH works in Terminal but nor in shell script

I am trying to execute a script I uploaded to an AWS instance. If I run the following command in my MacBook Terminal, it succeeds: ssh -o StrictHostKeyChecking=no -i ~/.ec2/my.pem ...
0
votes
3answers
203 views

do we need new amazon key pairs if we switch aws instances?

I switched amanzon aws instances but have tried to reuse the pem file which I was using previously - is a new key pair required if we switch instances on amazon aws? I am trying to troubleshoot why I ...
3
votes
4answers
318 views

How do you keep mongo running on a remote server?

When running mongo on a remote aws server (ubuntu) what is the best way to keep a mongo instance running after sshing to it to start it?
1
vote
1answer
451 views

Using expect to login to amazon server with .PEM file

I need to do the following: Log into my amazon server Change to a specific directory and run a script The script executes an svn up, I need to be able to pass my username and password to this ...

1 2