Lines Matching refs:username
59 username = None64 username, host = hostline.split('@')65 run_cmd = 'ssh %s@%s "%s%s"' % (username, host, cd_str, cmd)