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 […]