From abd50e20ed42bd013326566a2f2b8ac970b98e6e Mon Sep 17 00:00:00 2001 From: missytake Date: Thu, 11 Sep 2025 20:22:11 +0200 Subject: [PATCH] cmdeploy: suppress SSH login info message --- cmdeploy/src/cmdeploy/cmdeploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/cmdeploy.py b/cmdeploy/src/cmdeploy/cmdeploy.py index bca38780..145c4bf6 100644 --- a/cmdeploy/src/cmdeploy/cmdeploy.py +++ b/cmdeploy/src/cmdeploy/cmdeploy.py @@ -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,