Revision ebcd61bb lib/ssh.py

b/lib/ssh.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007, 2010 Google Inc.
4
# Copyright (C) 2006, 2007, 2010, 2011 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
254 254
        - detail: string with details
255 255

  
256 256
    """
257
    retval = self.Run(node, 'root', 'hostname --fqdn')
257
    retval = self.Run(node, "root", "hostname --fqdn", quiet=False)
258 258

  
259 259
    if retval.failed:
260 260
      msg = "ssh problem"

Also available in: Unified diff