-
Notifications
You must be signed in to change notification settings - Fork 1
ssh
Christopher P. Brown edited this page Feb 9, 2021
·
2 revisions
secure shells and tunnels and more oh my
ssh
scp local-file host:path
e.g.
scp img.png tilde:~
scp host:path/to/file local-dir
scp -r host:path/to/dir local-dir
ssh -fNL 6667:localhost:6667 user@town
ssh -L 12345:localhost:12345 user@tilde.town