You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,11 +89,18 @@ modern versions of windows.
89
89
90
90
# Using kssh with jumpboxes and bastion hosts
91
91
92
-
kssh does work correctly with jumpboxes and bastion hosts as long as they are configured to trust the SSH CA. For example,
93
-
the command `kssh -J dev@jumpbox.example.com dev@server.internal` does work correctly. If you use an SSH config
94
-
to manage your jumpbox configuration in a way that relies on using a specific user, it may be useful to specify a default
95
-
user for kssh to use. For example, `kssh --set-default-user dev` will make it so that `kssh -J jumpbox.example.com server.internal`
96
-
works correctly.
92
+
kssh should work correctly with jumpboxes and bastion hosts as long as they are configured to trust the SSH CA and the usernames are correct. For example:
0 commit comments