Last updated on November 6th, 2024 at 02:32 pmInitiate a new instance through the Amazon EC2 console utilizing Ubuntu Server 16.04 LTS (HVM). I am deploying this instance in the US-EAST-1 region, therefore I am utilizing the AMI ami-41e0b93b. It is important to mention that this instance has been launched within a public subnet with […]
Tag: LINUX

How To Create NAT Instance in EC2 AWS
Last updated on November 6th, 2024 at 01:33 pmThis tutorial aims to assist you in the straightforward configuration of a NAT instance, enabling private instances to operate behind it while maintaining internet connectivity for downloading updates and installing packages. In summary, we will undertake the following steps. Note: A NAT gateway option is now offered […]

/usr/bin/ssh-copy-id: ERROR: No identities found [Solved]
Last updated on October 25th, 2024 at 07:18 amWhile using ssh-copy-id command sometimes you should be getting an error Solution 1 This could be because id_rsa.pub didn’t got created in the path /home/USERID/.ssh/ or incorrect permission. Take a backup of the .ssh directory , Delete the .ssh directory and try recreating it again. But if […]
Last updated on December 22nd, 2022 at 07:00 amCertain requirements in production environment [Linux/Unix/AIX] demands a need to have SSH without password prompt from one server to another under some user id. How to accomplish that? Here is the solution and tips on how to approach this . First of all let us take 2 […]