How to make a ssh tunnel by sshuttle using pem file Posted on 8月 16 2021 緣由因為某天需要使用 ssh tunnel 打到 aws 服務的內部去,但因為需要使用 pem 憑證當作連線身份驗證,所以查了一下指令該如何下 操作使用如下指令應該可以輕鬆完成1sshuttle -r <hostname> --dns 0/0 --ssh-cmd 'ssh -i <filename>.pem'