I have a Windows 7 host machine in my office and I run Ubuntu 12.04 in a virtualbox.
When I try ssh -T git@ssh.github.com
I get ssh: connect to host ssh.github.com port 22: Connection timed out
. However the network administrator says that port 22 and 443 are opened.
I we open all the ports, it works, but this is not a solution in the long term.
Basically what I need to know is how can I identify what port is github using. My Network settings in virtualbox are attached to: NAT Adapter Type: Intel PRO/1000 MT Desktop cable connected, enabled Port Forwarding (no rules)
I tried Bridget adapter option to, but it didn't work.
Thanks in advance for any answer.