First step is to generate keys on the machine from which you will be connecting (the parasite)
ssh-keygen -t rsa[/code]Now, a key pair will be generated, of which one will be private key (Default: id_rsa), and the other will be the public key (Default: id_rsa.pub).
Now we need to copy the public key to the machine into which the parasite will be connecting (the host). You can either use a web interface for adding the keys, or directly use the following command (which will prompt you to input the ssh password you have now):
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]_of_host[/code]Eg:
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected][/code][email protected]'s password:
Now try logging into the machine, with "ssh '[email protected]'", and check in:~/.ssh/authorized_keys
to make sure we haven't added extra keys that you weren't expecting.
Joel G Mathew, known in tech circles by the pseudonym Droidzone, is an opensource and programming enthusiast.
He is a full stack developer, whose favorite languages are currently Python and Vue.js. He is also fluent in Javascript, Flutter/Dart, Perl, PHP, SQL, C and bash shell scripting. He loves Linux, and can often be found tinkering with linux kernel code, and source code for GNU applications. He used to be an active developer on XDA forums, and his tinkered ROMS used to be very popular in the early 2000s.
His favorite pastime is grappling with GNU compilers, discovering newer Linux secrets, writing scripts, hacking roms, and programs (nothing illegal), reading, blogging. and testing out the latest gadgets.
When away from the tech world, Dr Joel G. Mathew is a practising ENT Surgeon, busy with surgeries and clinical practise.