Live data from Hacker News

SSH-tools: Making SSH more convenient

github.com

21–30 of 37 posts

Re: SSH-tools: Making SSH more convenient

#21

SSH question for people. A few years ago I learned how to suspend an ssh terminal connection (like ctrl-z for a regular app). I forgot how to do that or even how I would look it up. Anyone know?

You’re looking for the tilde key. Hit `~?` for a help menu in-session. You may need to precede that with a fresh carriage return to make it work.

Re: SSH-tools: Making SSH more convenient

#22
post #21

SSH question for people. A few years ago I learned how to suspend an ssh terminal connection (like ctrl-z for a regular app). I forgot how to do that or even how I would look it up. Anyone know?

You’re looking for the tilde key. Hit `~?` for a help menu in-session. You may need to precede that with a fresh carriage return to make it work.

Yes! That's it. “~ ctrl-z” Thank you!

Re: SSH-tools: Making SSH more convenient

#23
post #21

Earlier quoted context omitted.

You’re looking for the tilde key. Hit `~?` for a help menu in-session. You may need to precede that with a fresh carriage return to make it work.

Yes! That's it. “~ ctrl-z” Thank you!

Yep! Can add extra port forwards in that menu too by resending -L or -R in that menu.

The fresh carriage return is key. Took me awhile to understand it needed to be done on an unblemished input line.

I'm pretty sure this stacks for nested ssh sessions too. ~ current session, ~~ for it's parent, and so on. I might have this reversed.

Re: SSH-tools: Making SSH more convenient

#25
I'd love to see a replacement for PuTTY. The '90 shareware vibe for handling the saved sites or for setting the password/key options ruins my mood every time I have to use it (often enough). Ironically, all the few others I saw try their best to copy its look and feel...

Re: SSH-tools: Making SSH more convenient

#26
post #25

I'd love to see a replacement for PuTTY. The '90 shareware vibe for handling the saved sites or for setting the password/key options ruins my mood every time I have to use it (often enough). Ironically, all the few others I saw try their best to copy its look and feel...

On the latest windows , powershell comes with ssh built in. I dont use putty anymore, just open up powershell and ssh in

Even better-- get WSL, and you can get a full fledged linux system.

Re: SSH-tools: Making SSH more convenient

#28
post #25

I'd love to see a replacement for PuTTY. The '90 shareware vibe for handling the saved sites or for setting the password/key options ruins my mood every time I have to use it (often enough). Ironically, all the few others I saw try their best to copy its look and feel...

On the latest windows , powershell comes with ssh built in. I dont use putty anymore, just open up powershell and ssh in Even better-- get WSL, and you can get a full fledged linux system.

Fine if all you need is one connection, but PuTTY has "bookmarks and settings management" on top of that.

Re: SSH-tools: Making SSH more convenient

#29
post #28

Earlier quoted context omitted.

On the latest windows , powershell comes with ssh built in. I dont use putty anymore, just open up powershell and ssh in Even better-- get WSL, and you can get a full fledged linux system.

Fine if all you need is one connection, but PuTTY has "bookmarks and settings management" on top of that.

Isn’t that what your SSH config will give you if setup correctly? Apart from the UI of course

Re: SSH-tools: Making SSH more convenient

#30
post #25

I'd love to see a replacement for PuTTY. The '90 shareware vibe for handling the saved sites or for setting the password/key options ruins my mood every time I have to use it (often enough). Ironically, all the few others I saw try their best to copy its look and feel...

Royal TSX on MacOs

https://royalapps.com/ts/mac/features

Or MremoteNG (which is a wrapper around putty among other remote tools) on Windows

https://mremoteng.org/

Post reply on HN