Skip to content
New issue

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

ControlPath directories not being created #408

Open
kryptek opened this issue Mar 10, 2021 · 2 comments
Open

ControlPath directories not being created #408

kryptek opened this issue Mar 10, 2021 · 2 comments

Comments

@kryptek
Copy link

kryptek commented Mar 10, 2021

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
@jeffrey4l
Copy link

Have the same issue, please fix this.

@jeffrey4l
Copy link

one workaround is us %C for %h

%C    Hash of %l%h%p%r.
  controlpath: ~/.temp/ssh/%r@%c-%p.sock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants