What's new

News PuTTY v0.82 Released Today 2024-11-27

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Tried it once but sticking to PowerShell in Windows and Terminal on MacOS. They both do the trick.
 
I use it to log into my FreeBSD servers to execute update commands and stuff through SSH.
 
I don't use PUTTY...it's good SW, but a personal preference.

That being said - security updates there are important from a SW lib perspective - WinSCP for example is closely related..
 
I don't use PUTTY...it's good SW, but a personal preference.

That being said - security updates there are important from a SW lib perspective - WinSCP for example is closely related..
Good to know. That i do use.
 
Nothing against Putty -
Putty is great if you occasionally need to connect to something, for a quick session. But anything more intensive requires at the very least multiple tabbed sessions, and a more flexible address book. I like how I can do instant search in xshell's address book by starting to type the name of an instance (I used to manage multiple dozen servers for a customer a few years ago, so that was very necessary for me).

I was doing GPL code merge tonight, and I had my usual four tabbed sessions opened at once. Juggling with four separate windows would be painful for this (and all the tabbed putty forks that I ever tried back in the day were fairly... quirky.
 
I was doing GPL code merge tonight, and I had my usual four tabbed sessions opened at once. Juggling with four separate windows would be painful for this (and all the tabbed putty forks that I ever tried back in the day were fairly... quirky.

Feel the pain there with having to do upstream merges.. Depending on one's workflow - VS Code can be pretty handy, and I work out of Linux and/or MacOS for coding... VS Code has a built-in terminal, and with the git integration, it does help when doing complex activities like what you mention.

As you mention - Putty is lightweight and good for that quick dash session to do something and get out... also Putty and SCP integration is handy for many working with embedded devices, so it's not all bad

Anyways, getting back on topic/thread - happy to see that Simon is continuing his support and development on Putty...
 
VS Code can be pretty handy
Last night was actually the first time I used VS Code for a code merge after relying on nano for the past 10 years. It at least makes the copy/pasting from .rej files much easier, and works fairly well in an SSH connection with my dev VM. I don't use its built-in git integration however, things are much faster when done using the command line over SSH than spamming mouse clicks left and right.
 
Last night was actually the first time I used VS Code for a code merge after relying on nano for the past 10 years. It at least makes the copy/pasting from .rej files much easier, and works fairly well in an SSH connection with my dev VM. I don't use its built-in git integration however, things are much faster when done using the command line over SSH than spamming mouse clicks left and right.

Give it time ;)

Perhaps one difference is that I'm primarily on a Mac and dev box is on metal running Ubuntu - the VS Code terminal is native, and I can get SSH running with little problem, so it's basically like being on the host directly...

One of the nice things with VS Code is that one can change the key bindings, so if one is vi or nano, you can get VS code to do the same thing... Diffs are the same thing - once one learns how it's done, the merge is so much easier...

My gripe perhaps is that the git integration is still slow - getting better, but I think this might be an architecture issue as VS Code is still basically a web app running on Electron...
 
A suggestion for WinSSHTerm
Does many things well, and is tabbed for those of us who have a few servers or need to view a log while doing something.
You can use the updated inbuilt tools (putty, pageant, etc) or if you want, use your own copies of them.

winsshterm.png
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top