18 reputation
2
bio website
location
age
visits member for 1 year, 1 month
seen Dec 21 '12 at 7:56
stats profile views 0

Apr
24
comment Should production web servers use a gateway host for SSH in Django apps even though Fabric doesn't support it?
Yeah, I'm sad too. I can either chain Fabric so that it runs locally and on the bastion host, (e.g fab deploy triggers fab really-deploy on the bastion host), or I can just gut up and install a VPN. I'm thinking the latter will probably be more maintainable in the long run. Thanks for the advice.
Apr
23
comment Should production web servers use a gateway host for SSH in Django apps even though Fabric doesn't support it?
Yeah, I'm a big fan of ProxyCommand too, but Fabric's underlying SSH library (Paramiko) doesn't support it. Configuring a VPN seems like overkill considering that we really only use SSH for server access, but I'd be willing to try it if there's no other way.