Managing SSH configurations with Python
emreyilmaz.me
Managing SSH configurations with Python
1–7 of 7 posts
Re: Managing SSH configurations with Python
#2Re: Managing SSH configurations with Python
#3[1] http://www.lag.net/paramiko/docs/paramiko.SSHConfig-class.ht...
Re: Managing SSH configurations with Python
#4Paramiko [1] parses SSH configs, but Emre's lib is an improvement as it also updates configs. [1] http://www.lag.net/paramiko/docs/paramiko.SSHConfig-class.ht...
Re: Managing SSH configurations with Python
#5FYI my question comes from the point-of-view of someone who leans towards sysadmin work.
Re: Managing SSH configurations with Python
#6I get it if you're not familiar with puppet/chef/cfengine and super familiar with python, might as well - whatever works. But what is the use case of configuring ssh this way, than with chef or puppet or cfengine? FYI my question comes from the point-of-view of someone who leans towards sysadmin work.
This falls more within the terrain of orchestration rather than config mgmt. You might want to rely on your munging your SSH config rather than something more elaborate like "knife ssh", fabric, mcollective, salt, etc.