> For the complete documentation index, see [llms.txt](https://tenaka.gitbook.io/pentesting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tenaka.gitbook.io/pentesting/enumeration/linux/ssh.md).

# 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&#x20;

.\ssh\id\_rsa

#### #chmod 600 both files

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

ssh -i id\_*rsa -L authorized\_*&#x6B;ey user\@ip,host or fqdn  &#x20;
