hss icon indicating copy to clipboard operation
hss copied to clipboard

Support SSH ProxyJump

Open sundy-li opened this issue 4 years ago • 1 comments

## this is ok
ssh  ${ip}

## this is not ok
➜  hosts hss -H ${ip}
$ ls
[E] xxxx -> zsh:1: unknown exec flag -q
[E] xxxx -> ssh_exchange_identification: Connection closed by remote host
$ 

I configured my ssh config with

ProxyJump jump_hosts:26890

sundy-li avatar Jan 17 '20 09:01 sundy-li

ssh -q -oNumberOfPasswordPrompts -oStrictHostKeyChecking myhost  ls  

I test with this shell, it works fine.

sundy-li avatar Jan 17 '20 14:01 sundy-li