Live
Lots of stuffs can work with SSH
This session is about magic with SSH (rare function)
About SSH
- Simple bi-directional pipe
- Transparently encrypted
- Many "Telepresence" features
- Complex but well-documented
SSH Basics
- Shell
- scp
- sftp
- Windows Tools
- putty
- winscp
Pwd-less Login
$ ssh-keygen // for gen public-key
The Escape Character // I will add it later from man documented
GNU Screen
screen // tab Terminal server
Forwarding Anything
- Local (-L)
- ssh -L Local_port:destination_site:Remote_port
- Remote (-R)
- Dynamic (-D)
I think so.
Do you know how to apply ssh program for VPN application ?
Oops!!! Sorry, I forgot about it I heard that it can use for VPN too!!!