-
Notifications
You must be signed in to change notification settings - Fork 136
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
Dial Home with key file #20
Comments
Hi @rucciva , I did some tests, but before getting too deep into it, I wanted to clarify what exactly your use case is. I assume you are aware of the option to define the password during compile time. I would, however, consider this only a workaround for your use-case, as you might want to have different passwords for incoming or outgoing connections. The generic approach to pipe the password into ReverseSSH does not work, unfortunately. Thus, my suggestion would be to add an I hope that will work for your use-case! |
Yes you're right
i'm aware of this too, just want to avoid re-compile each time i change a password or each time backup connection to multiple machine with different password required.
This will definitely work in my case. Thank you |
Hi, thanks for making this awesome tools. Would like to use it as a backup ssh on a bare metal that has no remote management interface.
So is there any chance on implementing dial home ssh with support for private key? or any bash trick to read the password from file instead? I'm thinking of starting the command at startup
The text was updated successfully, but these errors were encountered: