SSH Keygen

By |2021-03-11T15:39:57+05:30September 13th, 2016|Linux, RHCE-Offer, Tools, Ubuntu|

Access remote system by using SSH Open a terminal and install ssh # apt-get install openssh -y or # yum install ssh* -y Now, we connect the another system before we know the ip address, username and password. e.g. Username - splunk IP - 192.168.1.4 Password - *********** Now we connect the system #ssh splunk@192.168.1.4 ssh [...]