Prevent errors when xenvg is broken cluster verify
[ganeti-local] / lib / ssh.py
2009-02-03 Iustin Popssh: more details on failure
2009-02-03 Guido TrotterGive a sane permission to the known_host file
2008-12-14 Iustin Poplib/ssh.py: import the logging module
2008-12-14 Iustin PopSshRunner: add docstring for _BuildSshOptions
2008-12-11 Iustin PopFix epydoc format warnings
2008-10-20 Iustin PopConvert ssh.py to use the logging module
2008-10-06 Iustin PopChange SshRunner usage
2008-10-01 Michael HanselmannConvert ssh.py
2008-08-15 Michael HanselmannSshRunner: Add parameter to always accept peer's SSH key
2008-08-15 Michael HanselmannMove SSH option building into a function
2008-08-15 Michael HanselmannSshRunner.Run: Pass all arguments to BuildCmd
2008-08-13 Michael HanselmannFix adding pristine nodes
2008-04-01 Michael HanselmannCheck whether path is valid before accessing it
2008-03-18 Michael HanselmannUse constants for “ssh” and “scp” binaries instead...
2008-03-18 Michael HanselmannUse new cluster alias in known_hosts file
2008-03-18 Michael HanselmannAdd “tty” parameter to SshRunner.BuildCmd
2008-03-18 Michael HanselmannOrder SSH options alphabetically
2008-03-18 Michael HanselmannMove SSH functions into a class
2008-03-18 Michael HanselmannAdd function to write cluster SSH key to known_hosts...
2007-10-19 Iustin PopSome tiny style fixes
2007-10-16 Iustin PopReplace more ssh paths with proper constants
2007-10-10 Iustin PopRemove the shebang from modules
2007-09-13 Iustin PopFix the ssh change which breaks remote ssh commands
2007-09-07 Guido TrotterMake import/export use the auxiliary ssh library to...
2007-08-24 Iustin PopRework ssh known-hosts handling.
2007-08-20 Iustin PopDisable hashing of the ssh keys.
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-16 Iustin PopInitial commit.