# local network -> local port
Match Host tuulikki.scalene.net exec "nc -w 1 192.168.101.1 22"
  Port 22

Host tuulikki.scalene.net
  Port 22022

# local network -> local port
Match Host tonttu.scalene.net exec "nc -w 1 192.168.101.1 22"
  Port 22

Host tonttu.scalene.net
  Port 22024

Host www.scalene.net
  User scalene
  Port 22022

Match Host git.scalene.net exec "nc -w 1 192.168.101.1 22"
  Hostname tonttu.scalene.net

Host *.scalene.net
  User jswank
