cmdeploy: suppress SSH login info message

This commit is contained in:
missytake
2025-09-11 20:22:11 +02:00
parent d6fb38750a
commit abd50e20ed

View File

@@ -90,7 +90,7 @@ def run_cmd(args, out):
retcode = out.check_call(cmd, env=env)
if retcode == 0:
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(
sshexec(
call=remote.rshell.shell,