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
A user should be able to do a deploifai server connect [project-name]/[server-name] that will establish an ssh connection and tunnel whatever ports that are useful.
The command should do these 3 things:
download the ssh key
do chmod 400 on the ssh key, need to be careful about what works on windows
make ssh connection with port tunneling, need to figure out a random available port on the local machine to avoid port collision
After running the command, the user should see
spinners for each step, as they happen, at least for the steps that take some time
which port on the local machine is being used, and for what service
The text was updated successfully, but these errors were encountered:
A user should be able to do a
deploifai server connect [project-name]/[server-name]
that will establish an ssh connection and tunnel whatever ports that are useful.The command should do these 3 things:
chmod 400
on the ssh key, need to be careful about what works on windowsAfter running the command, the user should see
The text was updated successfully, but these errors were encountered: