SSH Client improvements

SSH Client improvements

This article is going to concentrate several SSH client related topics and optimisations I have implemented. Amongst are: SSH client modular configuration Initially, the configuration for SSH client should be present (per-user) in the user’s home directory, under .ssh/config. I believe that this configuration file is not modular enough, and when you want to add/edit/remove…

sign_and_send_pubkey: signing failed for RSA from agent: agent refused operation

sign_and_send_pubkey: signing failed for RSA from agent: agent refused operation

This is a problem which bugs the Internet. Many solutions were suggested. All of them work sometimes (like making sure that the permissions on the private/public SSH key files are correct). One solution which never gets mentioned is about DNS. When attempting login to a remote server, the server attempts to resolve the connecting address…

Service account

Assume you have a single purpose account. Maybe some service account, user which should run a single task ever, or even a case of a limited menu interface. You want your user(s) to reach there using SSH because that is the method to do it right and secured. You want it to be easy for…