Hacker News new | ask | show | jobs
by amccloud 5029 days ago
No. Github Enterprise can be setup to be only accessible from your internal network.
1 comments

You can set it up that way, but then you wouldn't be able to deploy from it ... unless you're developing something that is being used internally?
What makes you say that. Just make sure your server are on the same network.
> Just make sure your server are on the same network.

Using a VPN? Or are you hosting your own stuff?

If your public facing server gets breached and it is sitting on your actual internal network or is connected through a VPN ... well, that means the attacker just got a free pass right through your firewall.

I used to put my production boxes on a VPN, but now I don't have to because I can deploy from GitHub. That was the main reason I signed up with GitHub.