Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am connecting to a server and currently the only way I can access it is through providing my public key. Is it possible for me to specify this anywhere in the configuration? I do see that it uses ssh-keyscan to add the host's public keys. Where wou...
Why don't you take a look at the application itself? It's written in javascript using nodejs, it would be very simple for you to extract the features you need in a cli tool and use node to run that particular script. This would solve both your proble...