| ▲ | buster a day ago | |
May be I don't understand but I can see that I press a short cut and can connect via ssh, right? Either you included your own ssh client (battery included and such) and you'll forever be chasing the features your customers are missing from their client or you just launch the standard ssh client (or psql or whatever) but then, what's the benefit as opposed to some shell configuration? Genuinely asking, maybe I missed it from the first glance or maybe you could include that on the front page.. | ||
| ▲ | jeffyaw a day ago | parent [-] | |
That's correct. windows/linux: ctrl+shift+S mac: cmd+shift+S Opens the ssh connection manager. And yes, it just uses the standard ssh, psql, mysql (etc) clients. The benefit is just clicking a button to connect. This could also be done with many different strategies. bash_aliases, ssh_config. But for a nice gui and button push UX this is what is provided. Also, if connecting through yaw there is a handy Remote Sessions gui (ctrl+shift+R) to interface with tmux or screen sessions easily. | ||