Skip to content

Commit

Permalink
Show verbose output from websocat
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 26, 2024
1 parent 722cbb7 commit 4053c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def jupyter_server(random_port):

def get_ssh_client_options(random_port, token, authorized_keys_path):
return [
f'ProxyCommand=websocat --binary -H="Authorization: token {token}" asyncstdio: ws://%h:{random_port}/sshd/',
f'ProxyCommand=websocat -v --binary -H="Authorization: token {token}" asyncstdio: ws://%h:{random_port}/sshd/',
f'User={getpass.getuser()}',
f'IdentityFile={authorized_keys_path}',
'StrictHostKeyChecking=no' # FIXME: Validate this correctly later
Expand Down

0 comments on commit 4053c4d

Please sign in to comment.