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)