X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=nepi%2Futil%2Fsshfuncs.py;h=7e22b5c83d2f9380f032213099b67b77954a75c3;hp=1236ed568c95a7581c166aeae369be3f32af2f3d;hb=622ac19fa32cce9fc872cdf6180e7dee8ac5a26e;hpb=6e57dab4b6116a7ec06d0f03a96f4cea98ced1c3 diff --git a/nepi/util/sshfuncs.py b/nepi/util/sshfuncs.py index 1236ed56..7e22b5c8 100644 --- a/nepi/util/sshfuncs.py +++ b/nepi/util/sshfuncs.py @@ -323,14 +323,14 @@ def rexec(command, host, user, blocking = blocking) def rcopy(source, dest, - port = None, - gwuser = None, - gw = None, - recursive = False, - identity = None, - server_key = None, - retry = 3, - strict_host_checking = True): + port = None, + gwuser = None, + gw = None, + recursive = False, + identity = None, + server_key = None, + retry = 3, + strict_host_checking = True): """ Copies from/to remote sites.