How to Set Up SSH Connection Between Ubuntu Local Machine and Linux Cloud Server
First, generate an SSH key pair on your Ubuntu local machine.
ssh-keygen -t rsa -b 2048 -C 'Hi there this key is generated on 26th July 2024'
Let's break down the above command with its description.
ssh-keygen: This command is used to generate a pu...
ashwinideka.hashnode.dev3 min read