Table of Contents

# SSH

Ssh key generation

ssh-keygen -t rsa -b 4096

Use config

set up a host with a proxy command

Host host-01
    HostName host-01-ssh.davidhsaiou.com
    User davidhsaiou
    ProxyCommand cloudflared access ssh --hostname %h