SSH

#if ya able to get the key and the rsa files then a password wont be need to connect via ssh

#copy \ create files @ \home\user\.ssh

.ssh\authorized_key

.\ssh\id_rsa

#chmod 600 both files

#user account string must match the details in the key file

ssh -i id_rsa -L authorized_key user@ip,host or fqdn

Last updated