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
When SSH'ing to new addresses, the ControlPath is not being created:
$ ssh 10.0.105.49/region unix_listener: cannot bind to path /tmp/bastion-10.0.105.49/region22user.25gMzAj6vme04YH8: No such file or directory
If I create the directory first and attempt again, it succeeds.
$ mkdir /tmp/bastion-10.0.105.49 && ssh 10.0.105.49/region
The text was updated successfully, but these errors were encountered:
Have the same issue, please fix this.
Sorry, something went wrong.
one workaround is us %C for %h
%C
%h
%C Hash of %l%h%p%r.
controlpath: ~/.temp/ssh/%r@%c-%p.sock
No branches or pull requests
When SSH'ing to new addresses, the ControlPath is not being created:
$ ssh 10.0.105.49/region unix_listener: cannot bind to path /tmp/bastion-10.0.105.49/region22user.25gMzAj6vme04YH8: No such file or directory
If I create the directory first and attempt again, it succeeds.
$ mkdir /tmp/bastion-10.0.105.49 && ssh 10.0.105.49/region
The text was updated successfully, but these errors were encountered: