Enable key based authentication 1. Generating Keys Key generator is available with Putty to generate private and public keys. You can download PuttyGen from here, download Putty.Gen. 1.1 Open PuttyGen and click on Generate button to create your keys. 1.2 Generate randomness to create keys. The key passphrase option enables additional security. 1.3 Save private […]
See MoreTag: SSHD
Steps to enable the SSH Notification Email!
Below are the required steps to enable the SSH Notification email at the server side: 1. Login to the shell prompt of your server 2. Edit the fine “/root/.bashrc” using any editor like vi 3. Add the below contentts to end of /root/.bashrc echo ‘ALERT – Root shell Access on:” `date` `who` |mail -s “Alert: […]
See More
You must be logged in to post a comment.