Configuring SSH to Enter a Password Automatically

1 · Subin Siby · Oct. 21, 2014, 3:30 a.m.
As you know, when you SSH into a system, it will ask for the password which you have to enter everytime. But in cases where you’re SSHing in a script or in a loop, its a really time consuming and boring thing to enter password everytime. So, in this case you have to configure SSH to use a password to enter when asked. But, there is no default option in the ssh command to set this due to security reasons I think....