You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to connect (via local port forwarding) to a remote server with Juno Connect.
Normally, I would connect via entering ssh -L 8888:localhost:8888 xxx.edu in my terminal. Once I connect, I am prompted to enter my password and a one-time code.
Authentication settings on Juno Connect have a setting for password, but I am unsure if there is anything that is able to handle the 2FA step I need to do afterwards. When I try to connect after entering the appropriate information in the authentication settings, it fails to establish a connection.
Environment (please complete the following information):
Device: iPad Pro 12.9-inch 6th generation
iOS version: iOS 17.5.1
App version 1.6.13 (6738)
Thanks for your time,
Heather
The text was updated successfully, but these errors were encountered:
@heathermacgregor Juno Connect's SSH tunnelling doesn't support 2FA I'm afraid—unless this is the 2FA of the JupyterHub you're connecting to?
If it's the connection itself that needs 2FA, I suppose you could use some other port forwarding app that supports this, and configure Juno Connect to connect to localhost with the mapped port.
Hello,
I am trying to connect (via local port forwarding) to a remote server with Juno Connect.
Normally, I would connect via entering
ssh -L 8888:localhost:8888 xxx.edu
in my terminal. Once I connect, I am prompted to enter my password and a one-time code.Authentication settings on Juno Connect have a setting for password, but I am unsure if there is anything that is able to handle the 2FA step I need to do afterwards. When I try to connect after entering the appropriate information in the authentication settings, it fails to establish a connection.
Environment (please complete the following information):
Thanks for your time,
Heather
The text was updated successfully, but these errors were encountered: