Non interactive ,without typing password do ssh to Server : By sshpass Most of the time I found that there is always a question How to do ssh to Server without typing the passwd. I have one posted on bash scripting method with using expect command and there is one more method of passing RSA-DSA […]
SSH
RSA key authentication in Linux : Passwordless login
RSA key authentication in Linux : Passwordless login Scenario : (1) Two Servers Hostname : Server1 , username : test (user must exist in server) Hostname : Server2 , username : test (user must exist in server) (2) We want to login into Server2 from Server1 without giving passwd. means when we do “ssh test@server2” […]
NonInteractive apt-get install in Debian
In this post, we will know how to do noninteractive apt-get install in Debian Operating System. By this method you can skip the interactive query ask while doing apt-get install . For eg. on doing apt-get -y install nagios-nrpe-server , the samba and dhcp packages also install and at that time it need user manual […]