git - ssh_exchange_identification: Connection closed by remote host, unable to connect to heroku app -
i trying push heroku under college proxy:
output of ssh -vvv git@heroku.com
openssh_6.0p1 debian-3ubuntu1, openssl 1.0.1c 10 may 2012 debug1: reading configuration data /home/vineel/.ssh/config debug1: reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: applying options heroku.com debug1: /etc/ssh/ssh_config line 25: applying options * debug2: ssh_connect: needpriv 0 debug1: executing proxy command: exec corkscrew 10.3.100.211 8080 ssh.heroku.com 443 debug1: permanently_drop_suid: 1000 debug3: incorrect rsa1 identifier debug3: not load "/home/vineel/.ssh/id_rsa" rsa1 public key debug1: identity file /home/vineel/.ssh/id_rsa type 1 debug1: checking blacklist file /usr/share/ssh/blacklist.rsa-2048 debug1: checking blacklist file /etc/ssh/blacklist.rsa-2048 debug1: identity file /home/vineel/.ssh/id_rsa-cert type -1 debug1: identity file /home/vineel/.ssh/id_dsa type -1 debug1: identity file /home/vineel/.ssh/id_dsa-cert type -1 debug1: identity file /home/vineel/.ssh/id_ecdsa type -1 debug1: identity file /home/vineel/.ssh/id_ecdsa-cert type -1 ssh_exchange_identification: connection closed remote host
i added /etc/ssh_config file:
host heroku.com hostname ssh.heroku.com user git proxycommand corkscrew 10.3.100.211 8080 %h %p port 443 hostname ssh.heroku.com
my hosts.allow file:
# /etc/hosts.allow: list of hosts allowed access system. # see manual pages hosts_access(5) , hosts_options(5). # # example: all: local @some_netgroup # all: .foobar.edu except terminalserver.foobar.edu # # if you're going protect portmapper use name "portmap" # daemon name. remember can use keyword "all" , ip # addresses (not host or domain names) portmapper, # rpc.mountd (the nfs mount daemon). see portmap(8) , rpc.mountd(8) # further information. # sshd:
Comments
Post a Comment