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
Tmux version: 3.0a
Description #U only knows my ssh username when I use it in ssh command, but not when I save the username in the ~/.ssh/config file.
~/.ssh/config
How to reproduce If I connect using ssh my_remote_user@another_host everything works. Now, write the following to the file ~/.ssh/config :
ssh my_remote_user@another_host
Host dev_server Hostname another_host User my_remote_user
And connect using ssh dev_server . #U doesn't get updated.
ssh dev_server
Possible Solution I don't know if there is a solution. If not, just write this limitation in the README.
The text was updated successfully, but these errors were encountered:
having same issue as you :(
Sorry, something went wrong.
same issue
No branches or pull requests
Tmux version: 3.0a
Description
#U only knows my ssh username when I use it in ssh command, but not when I save the username in the
~/.ssh/config
file.How to reproduce
If I connect using
ssh my_remote_user@another_host
everything works.Now, write the following to the file
~/.ssh/config
:And connect using
ssh dev_server
.#U doesn't get updated.
Possible Solution
I don't know if there is a solution. If not, just write this limitation in the README.
The text was updated successfully, but these errors were encountered: