ssh

debian

openssh-client

Configure

  • /etc/ssh/ssh_config

Todo

lines

Create key

  • ~/.ssh/id_rsa*

ssh-keygen -b 4096

Todo

other arguments

DNS fingerprint

ssh-keygen -f public_key -r domain.tld

Public key

ssh-keygen -y -f private_key

Tunnel

ssh -N -D local_port domain.tld