We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a wrapper for the client host, which takes care of the (optional) hts and ssh, guessing the ssh port from the sshd configuration, if possible.
So, instead of having to type:
hts -F localhost:$client_ssh_port $client_open_port ssh $local_login@localhost -p $client_free_port
one would only have to type:
ssht $local_login@localhost:$client_open_port:$client_free_port
The text was updated successfully, but these errors were encountered:
Arkanosis
No branches or pull requests
Add a wrapper for the client host, which takes care of the (optional) hts and ssh, guessing the ssh port from the sshd configuration, if possible.
So, instead of having to type:
one would only have to type:
The text was updated successfully, but these errors were encountered: