Skip to content

Instructions for setting up port forwarding and ssh config

Kostis Papadakis edited this page Mar 17, 2021 · 10 revisions
  • Log into Hawk.
  • On Hawk, add turso to your ssh config (~/.ssh/config) and use a port for forwarding . Pick a PORT number and use your USERNAME. The ssh config should look like this:
Host turso
  Hostname turso.cs.helsinki.fi
  ProxyCommand /usr/bin/nc --proxy-type socks5 --proxy 127.0.0.1:PORT %h %p
  User USERNAME
  • Log out of Hawk

  • Log back into hawk using ssh -R PORT [email protected]

  • Copy your ssh key to turso using:

ssh-copy-id turso