Linux/SSH
Appearance
< Linux
SSH port forwarding
$ ssh user@work.example.org -L 10000:172.16.10.10:22
SSH Key Login
on controlling client:
ssh-keygen ssh-copy-id -i ~/.ssh/id_rsa user@server # Ubuntu up to 22.04 ssh-copy-id user@server # Ubuntu from 24.04
Use Linux SSH private key in Windows SSH client
- Copy
- from Linux:
- /home/user/.ssh/id_ed...
- to Windows:
- C:/Users/user/.ssh
- from Linux: