aboutsummaryrefslogtreecommitdiffstats
path: root/src/e_keys.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-16 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-16 20:20:20 +0200
commit6d0b3b71ea66f7555ce80ee64cf22d439a4c6ccd (patch)
treeee821bb00ba457df732464a5d9137dce6d1248c9 /src/e_keys.go
parentseems to be good (diff)
downloadhardflip-6d0b3b71ea66f7555ce80ee64cf22d439a4c6ccd.tar.gz
hardflip-6d0b3b71ea66f7555ce80ee64cf22d439a4c6ccd.tar.bz2
hardflip-6d0b3b71ea66f7555ce80ee64cf22d439a4c6ccd.tar.xz
hardflip-6d0b3b71ea66f7555ce80ee64cf22d439a4c6ccd.tar.zst
hardflip-6d0b3b71ea66f7555ce80ee64cf22d439a4c6ccd.zip
hey this might even work
Diffstat (limited to 'src/e_keys.go')
-rw-r--r--src/e_keys.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/e_keys.go b/src/e_keys.go
index 24976e6..aeca0b6 100644
--- a/src/e_keys.go
+++ b/src/e_keys.go
@@ -763,8 +763,10 @@ func e_insert_events(data *HardData, ui *HardUI, event tcell.EventKey) bool {
data.insert.Jump.Host = ui.buff.str()
if len(ui.buff.str()) > 0 {
data.insert.Jump.Port = 22
+ data.insert.Jump.Priv = data.opts.DefSSH
} else {
data.insert.Jump.Port = 0
+ data.insert.Jump.Priv = ""
}
case INS_SSH_JUMP_PORT,
INS_RDP_JUMP_PORT + len(data.insert.Drive):