qwertymk
qwertymk

Reputation: 35274

How to set up ssh for non-github servers on msysgit

I saw this tutorial on how to set up msysgit for github.

The problem is I'm trying to set it up on my webserver that's run by hostgator.

I'm trying to follow along with this tutorial but I can't do push to the server.

Is there somewhere on the server (hostgator's) that I can pair with the output of:

ssh-keygen -t rsa -C "[email protected]"

EDIT:

This support page shows how to get ssh up and running in windows. I don't know what to do with that tho...

Upvotes: 0

Views: 83

Answers (1)

Adam Dymitruk
Adam Dymitruk

Reputation: 129564

I wouldn't trust a host provider that's not setup for git like Heroku or AppHarbor is. This may be more trouble than it's worth and setting up a local repo with hooks to ftp the working directory to hostgator would be less of a problem to set up.

Upvotes: 1

Related Questions