Would it be possible to implement SSH port forwarding? The _Blink_ app has this feature, so I think it should be achievable on iOS. For instance, `ssh -L 8888:localhost:8888 username@server_address`. Would be pretty useful for spinning up and accessing remote Jupyter servers.