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
thank you for the great work, i am very willing to try out tssh in my workflow, but i need some help.
i have to use a jump server to access the dev server i use. i want to know, if i have to install tsshd and tssh on the jump server to use the udp mode as mosh.
and the tsshd and tss binary is built and install to a dir in my home directory, it could not be directly found in the login shell, so i need to specify the binary location in ssh config, how? btw, i also need to dynamic forward feature. here is an example ssh config i use:
Host jp-dev
HostName hostname
Port 3200
User user
ProxyJump t-nix
DynamicForward 1080
GatewayPorts yes
LogLevel QUIET
The text was updated successfully, but these errors were encountered:
Yes, you have to install tsshd and tssh on the jump server. Assuming you installed them in /home/you/bin/tssh and /home/you/bin/tsshd.
UDP mode is hard to work with ProxyJump and DynamicForward. You have to login to the jump server first, then use the Automated Interaction feature to login to target server.
thank you for the great work, i am very willing to try out tssh in my workflow, but i need some help.
i have to use a jump server to access the dev server i use. i want to know, if i have to install tsshd and tssh on the jump server to use the udp mode as mosh.
and the tsshd and tss binary is built and install to a dir in my home directory, it could not be directly found in the login shell, so i need to specify the binary location in ssh config, how? btw, i also need to dynamic forward feature. here is an example ssh config i use:
The text was updated successfully, but these errors were encountered: