trzsz-ssh icon indicating copy to clipboard operation
trzsz-ssh copied to clipboard

-R for serveo.net or ssh-j.com on Windows10 and Debian12

Open abakum opened this issue 1 month ago • 14 comments

#OpenSSH -R with OpenSSH -J works! 
#`ssh -v rn` or `ssh -v -R test:22:10.161.115.160:22 [email protected]`
#`ssh -v rc` or `ssh -v -R test:22:10.161.115.160:22 [email protected]`
# then
#`ssh -v jn` or `ssh -v -J [email protected] root@test`
#`ssh -v jc` or `ssh -v -J [email protected] root@test`

#OpenSSH -R with tssh -J works too!
#`ssh -v rn` or `ssh -v -R test:22:10.161.115.160:22 [email protected]`
#`ssh -v rc` or `ssh -v -R test:22:10.161.115.160:22 [email protected]`
# then
#`tssh -debug jn` or `tssh -debug -J [email protected] root@test`
#`tssh -debug jc` or `tssh -debug -J [email protected] root@test`

#tssh -R start then exit
#how to fix tssh -R?
#`tssh -debug rn` or `tssh -debug -R test:22:10.161.115.160:22 [email protected]`

#tssh -N -R start then hang - BUG?
#`tssh -debug -N rn` or `tssh -debug -N -R test:22:10.161.115.160:22 [email protected]`
#tssh -J fail
#`tssh -debug jn` or `tssh -debug -J [email protected] root@test`
#OpenSSH -J fail
#`ssh -v jn` or `ssh -v -J [email protected] root@test`

#tssh -R start
#`tssh -debug rc` or `tssh -debug -R test:22:10.161.115.160:22 [email protected]`
#but tssh -J fail
#`tssh -debug jc` or `tssh -debug -J [email protected] root@test`
#OpenSSH -J fail too
#`ssh -v jc` or `ssh -v -J [email protected] root@test`
#how to fix tssh -R?
#my %HOMEPATH%\.ssh\config `

Host target User root HostName 10.161.115.160 Host rn RemoteForward test:22 10.161.115.160:22 User test HostName serveo.net PreferredAuthentications keyboard-interactive Host jn ProxyJump [email protected] User root HostName test Host rc RemoteForward test:22 10.161.115.160:22 User test HostName ssh-j.com PreferredAuthentications none Host jc ProxyJump [email protected] User root HostName test `

abakum avatar May 08 '24 07:05 abakum