problem about ssh-keys-Record and share programming errors


  • joaner
    linux git ssh ssh-keys
    I hava a problem in few weeks,When I push my change to remote that is always fail. But when I use windows,It’s simple.I just need to enter a password and every is fine. I have no idea please tell me how to do or where’s my fault. The error message is:$ sudo git push -u origin master // when first I has enter a password for ~/.ssh/rsa Permission denied (publickey). fatal: Could not read from remote repository.Please make sure you have the correct access rights and the repository exists.$ ssh -vT [email protected] OpenSSH_5.3p1 Debian-3ubuntu7, OpenSSL 0.9.8k 25 Mar 2009 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to bitbucket.org [207.223.240.181] port 22. debug1: Connection established. debug1: identity file /home/xiaoai/.ssh/identity type -1 debug1: identity file /home/xiaoai/.ssh/id_rsa type 1 debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048 de

  • Mario
    git ssh gitolite ssh-keys gitlab
    I stuck here now for like 2 Days a week.I’ve got a CentOs machine with Gitlab4 and gitolite. Everything worked fine for weeks, but suddenly last weekend something strange happend quite all binaries disappeared from the mashine ( like yum, python, ruby, mysql ect. ) i’ve really no clue how that can happn… After hours of reinstalling and compiling gitlab was working again.But i cant get the ssh keys between the gitlab and git user working. I already deleted and recreated the git user, set again all permissions, recreated the ssh keys, reinstalld gitolite ect. But nothing worked i keep getting the same error.git user .ssh folder-rwx—— 1 git git 557 Mar 27 16:46 authorized_keysgitlab user .ssh folder-rw——- 1 gitlab gitlab 1671 Mar 27 16:45 id_rsa -rw-r–r– 1 gitlab gitlab 406 Mar 27 16:45 id_rsa.pub -rw-r–r– 1 gitlab gitlab 391 Mar 27 16:50 known_hostsSSH error:ssh -vvvT git@localhost OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to localhost [127.0.0.1] port 22. debug1: Connection established. debug1: identity file /home/gitlab/.ssh/identity type -1 debug3: Not a RSA1 key file /home/gitlab/.ssh/id_rsa. debug2: key_type_from_name: unknown key type ‘—–BEGIN’ debug3: key_read: missing keytype debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace debug3: key_read: missing whitespace

  • blainarmstrong
    git authentication capistrano ssh-keys
    I’ve been following this tutorial trying to deploy my Zend Framework site via Capistrano. I’ve gotten almost everything to work: My server recognizes the signature from my private key when I SSH in, so I no longer need to enter a passw

  • bslima
    ssh amazon-ec2 sftp ssh-keys
    I’m trying to connect via SFTP from a remote server to amazon ec2 instance using a key, but it is getting connection closed. The weird part is i can connect using ssh normally. And i can’t see the error on the verbose output of ssh [aqueleimovel@web693 ~]$ sftp -vv -o IdentityFile=.ssh/aquele_imovel.pem [email protected]_5.5p1, OpenSSL 0.9.8n 24 Mar 2010 debug1: Reading configuration data /usr/local/etc/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to 54.235.204.79 [54.235.204.79] port 22. debug1: Connection established. debug2: key_type_from_name: unknown key type ‘—–BEGIN’ debug2: key_type_from_name: unknown key type ‘—–END’ debug1: identity file .ssh/aquele_imovel.pem type -1 debug1: identity file .ssh/aquele_imovel.pem-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5p1 Debian-6+squeeze3 debug1: match: OpenSSH_5.5p1 Debian-6+squeeze3 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.5 debug2: fd 3 setting O_NONBLOCK debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 debug2: kex_parse_kexinit: [email protected],[email protected],ssh-rsa,ssh-dss debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]

  • Thomas Buckley
    ssh vps ssh-keys
    I’m having trouble trying to SSH to my Debian 5 VPS with blacknight.It was working fine until I did the following: Logged into ‘Parallels Infrastructure Manager’ -> Container -> Firewall -> Set to ‘Normal Firewall settings’. It told me there was an error with the IPTables and offered the option again with a checkbox to ‘reset’ firewall settings, I selected this.I can see that that the default rules are been applied ( anything from anyone on any port and allowing anything to happen).Whenever I attempt to SSH I get the following debug info:thomas@localmachine:~/.ssh$ ssh -v thomas@hostname OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to hostname [***********] port 22. debug1: Connection established. debug1: identity file /home/thomas/.ssh/id_rsa type 1 debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096 debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096 debug1: identity file /home/thomas/.ssh/id_rsa-cert type -1 debug1: identity file /home/thomas/.ssh/id_dsa type -1 debug1: identity file /home/thomas/.ssh/id_dsa-cert type -1 debug1: identity file /home/thomas/.ssh/id_ecdsa type -1 debug1: identity file /home/thomas/.ssh/id_ecdsa-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5 debug1: match: OpenSSH_5.1p1 Debian-5 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-7ubuntu1 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-ctr hmac-md5 none debug1: kex: client->server aes128-ctr hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024

Originally posted 2013-08-23 18:04:47.