SSH (Secure SHELL)
is an open-source and most trusted network protocol that is used to log in to remote servers for the execution of commands and programs. It is also used to transfer files from one computer to another computer.
In this article, we will show you how to set up password-less login on Linux. In Just two commands.
Create Authentication SSH-Keygen Keys on
1st cmd:-
ssh-keygen -t rsa
After Generate the public key copy and paste the ID to the remote machine
2nd cmd:-
ssh-copy-id -i ~/.ssh/id_rsa.pub oracle@192.168.0.16