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
Hello,
Wow, I'm happy you wrote this program, thank you very much.
I am wondering, how can I add multiple entries for IdentityFile in one host? In ssh this is possble, for example:
Host foobar IdentityFile ~/.ssh/id_ecdsa IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/id_dsa
Thanks. :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Wow, I'm happy you wrote this program, thank you very much.
I am wondering, how can I add multiple entries for IdentityFile in one host? In ssh this is possble, for example:
Host foobar
IdentityFile ~/.ssh/id_ecdsa
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/id_dsa
Thanks. :)
The text was updated successfully, but these errors were encountered: