From e15cc154eb07e3f8531ab509dd5221c4c8438c0c Mon Sep 17 00:00:00 2001 From: Sangwhan Moon Date: Mon, 30 Mar 2020 12:11:49 +0900 Subject: [PATCH] fixup! Add support for jump hosts. Resolves #17. --- geofrontcli/cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/geofrontcli/cli.py b/geofrontcli/cli.py index 0fdefb1..62ad831 100644 --- a/geofrontcli/cli.py +++ b/geofrontcli/cli.py @@ -419,9 +419,6 @@ def go(args): help='do not open the authentication web page using browser. ' 'instead print the url to open' ) - - -for p in ssh, scp: p.add_argument( '-J', '--jump-host', default=None,