mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 04:18:09 +00:00
cmdeploy: suppress SSH login info message
This commit is contained in:
@@ -90,7 +90,7 @@ def run_cmd(args, out):
|
|||||||
retcode = out.check_call(cmd, env=env)
|
retcode = out.check_call(cmd, env=env)
|
||||||
if retcode == 0:
|
if retcode == 0:
|
||||||
print("\nYou can try out the relay by talking to this echo bot: ")
|
print("\nYou can try out the relay by talking to this echo bot: ")
|
||||||
sshexec = args.get_sshexec()
|
sshexec = SSHExec(args.config.mail_domain, verbose=args.verbose)
|
||||||
print(
|
print(
|
||||||
sshexec(
|
sshexec(
|
||||||
call=remote.rshell.shell,
|
call=remote.rshell.shell,
|
||||||
|
|||||||
Reference in New Issue
Block a user