I would need some help with SSH authentication. I'm on shared host provider ( some port limitation and don't have root access ), so I follow ssh-https-tunnel configuration like this :
1. download the perl script of Mark suter.. ssh-https-tunnel 2. change the proxy details as required... 3. change the ProxyCommand in ~/.ssh/config as below, ProxyCommand ~/ssh-https-tunnel.pl %h %p than I tried doing a test, but fails : [~]# ssh -v [email protected] OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003 debug1: Reading configuration data /home/useraxis/.ssh/config debug1: Applying options for ssh.github.com debug1: Executing proxy command: exec ~/ssh-https-tunnel.pl ssh.github.com 443 debug1: identity file /home/useraxis/.ssh/identity type -1 debug1: identity file /home/useraxis/.ssh/id_rsa type 1 debug1: identity file /home/useraxis/.ssh/id_dsa type -1 /home/useraxis/ssh-https-tunnel.pl: CONNECT failed: SSH-2.0- OpenSSH_4.7 ssh_exchange_identification: Connection closed by remote host [~]# cat ~/.ssh/config host ssh.github.com ProxyCommand ~/ssh-https-tunnel.pl %h %p Port 443 ServerAliveInterval 10 Any suggestion will be greatly appreciated Luca --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
