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
{{ message }}
This repository was archived by the owner on May 16, 2023. It is now read-only.
Related to #175, we also have some contention with settings that use the --gen-key-pair flag and a path:
Match User ubuntu* Host i-*
IdentityFile ~/.sigil/%h/temp_key
IdentitiesOnly yes
ForwardAgent yes
ProxyCommand sh -c 'sigil ssh --port %p --gen-key-pair --gen-key-dir "${HOME}"/.sigil/%h/ --os-user %r %h'
In connecting to multiple hosts at once, similar to Chef, Ansible, tmux-cssh, et al, we get connection errors:
no such identity: /Users/me/.sigil/i-11111111111111111/temp_key: No such file or directory
I'm not sure how to configure around this, as the ~/.ssh/config uses a static temp_key path, and I would need this file to be unique every time sigil is run.
Related to #175, we also have some contention with settings that use the
--gen-key-pairflag and a path:In connecting to multiple hosts at once, similar to Chef, Ansible,
tmux-cssh, et al, we get connection errors:I'm not sure how to configure around this, as the
~/.ssh/configuses a statictemp_keypath, and I would need this file to be unique every timesigilis run.