• Misc Help
  • ssh: connect to host gihost.com port 22: Connection timed ....

hello dear Experts, good day dear php-experts,

glad that i am in this great forum-place. Well - to be frank - i am not sure weather it fits into the category. But i will give it a try...

just installed git on a windows box. and yes i allready have a github-account:

now i want to run the following command:

PS C:\Users\Mitarbeiter\Documents_mk_dev\python> git clone wpfan2099@gihost.com:/Web_Scraping
Cloning into 'Web_Scraping'...
ssh: connect to host gihost.com port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
PS C:\Users\Mitarbeiter\Documents_mk_dev\python> git clone wpfan2099@gihost.com:/Web_Scraping
Cloning into 'Web_Scraping'...
ssh: connect to host gihost.com port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
PS C:\Users\Mitarbeiter\Documents_mk_dev\python>

note i follow the following help-instructions:

git clone benutzername@host:/pfad/zum/repository
git clone wpfan2099@gihost.com:/pfad/zum/repository

path
https://github.com/w...99/Web_Scraping
git clone wpfan2099@gihost.com:/Web_Scraping

https://github.com/w...99/Web_Scraping
https://github.com/w...9/learn-python/
https://github.com/w...thon/projects/1

what goes wrong here!?

    It sounds like you do not have permission to contact the remote server via ssh. SSH is a command-line interface. There could be a number of reasons for this:
    - a firewall is blocking port 22 on the machine hosting gihost.com
    - the server at gihost.com doesn't have ssh installed
    - the server at gihost.com only allows authentication by key pair rather than password
    - user wpfan2099 is not permitted access to the server at gihost.com

      Or security software on the user's machine doesn't allow SSH, but usually there'd be some evidence of that, like a big popup from AVG/Kapersky/Trend/McAfee ....

        Write a Reply...