verify-disks: Explicitely state nothing has to be done
[ganeti-local] / lib / ssh.py
2011-09-30 Michael Hanselmannssh: Quote strings in error message
2011-03-31 Iustin Popssh.VerifyNodeHostname: remove the quiet flag
2011-01-11 Michael Hanselmannutils: Move process-related code into separate file
2010-09-07 Michael HanselmannMerge branch 'devel-2.2'
2010-09-03 Manuel FranceschiniFix some epydoc warnings
2010-08-25 Manuel FranceschiniFix scp command when target is an IPv6 address
2010-08-25 René NussbaumerMerge branch 'devel-2.2'
2010-08-25 René NussbaumerAdding a paramiko fingerprint format helper
2010-08-23 Iustin PopMerge branch 'devel-2.2'
2010-08-20 Manuel FranceschiniFix small spelling mistake
2010-08-19 Manuel FranceschiniSupport IPv6 node add
2010-08-10 Michael HanselmannAdjust message in case ~/.ssh is no directory
2010-05-10 Balazs LeczForce ssh to allocate a tty
2010-05-07 Guido Trotterssh.GetUserFiles: move to EnsureDirs
2010-04-22 Iustin Popssh: make quiet configurable
2010-04-22 Iustin PopSSH: do not check IPs
2010-03-08 Iustin PopSwitch from os.path.join to utils.PathJoin
2010-02-22 René NussbaumerMake it possible to pass custom private key path to...
2010-02-18 Iustin PopFix ssh host key checking with no-key-check
2009-12-16 Iustin PopPass --fqdn to ssh hostname checks
2009-11-03 Iustin PopAnother round of pylint-related style fixes
2009-09-25 Iustin PopFix the confusing ssh/hostname message in node add
2009-07-07 Michael HanselmannFix some typos
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.