From 512a3a8d96837d44ea6527bbb829f771c6ba3440 Mon Sep 17 00:00:00 2001 From: Scott Kuhl Date: Tue, 20 Oct 2020 13:38:37 -0400 Subject: [PATCH] Add missing space in client ssh error message --- sshuttle/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshuttle/client.py b/sshuttle/client.py index fb3e67e..a66c378 100644 --- a/sshuttle/client.py +++ b/sshuttle/client.py @@ -552,7 +552,7 @@ def _main(tcp_listener, udp_listener, fw, ssh_cmd, remotename, rv = serverproc.poll() # poll returns None if process hasn't exited. if rv is not None: - raise Fatal('ssh connection to server (pid %d) exited' + raise Fatal('ssh connection to server (pid %d) exited ' 'with returncode %d' % (serverproc.pid, rv)) while 1: