-
as seen on Server Fault
- Search for 'Server Fault'
I have two servers running RHEL 5. Both have nearly identical configurations. I have set up RSA Publickey authetication on both, and one works but the other does not:
[my_user@client] $ ssh my_user@server1
--- server1 MOTD Banner ---
[my_user@server1] $
and on the other server:
[my_user@client]…
>>> More
-
as seen on Super User
- Search for 'Super User'
I tried to scp an svn dump to savannah, but I got the following error at the end.
Permission denied (publickey).
lost connection
The scp command and verbose output are below. Any ideas?
[wcyang@be2-wireless-pittnet-60-37 ~]$ scp -v diffcolor-dump.bz2 [email protected]:/srv/download/diffcolor/
Executing:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm on Mac Snow Leopard and I just installed git.
I just tried git clone [email protected]:cakebook.git but that gives me this error.
Initialized empty Git repository in /Users/username/Documents/cakebook/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
What…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have existing instances running and I can connect to them fine. Even if I start a new instance from one of my saved ami's I can connect to it fine but any new public or community ami (I've tried 2 offical Ubuntu ami's and 1 Fedora quickstart ami) I get permission denied (publickey). The permissions…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Authenticating to our Ubuntu EC2 instance worked fine until a little while ago. All of a sudden, the key is being rejected. When we create a new instance with the keypair, we're able to connect to the instance perfectly, so it appears to be an issue with the existing instance. Port 22 is open.
Any…
>>> More