SSH Clients for Windows
-
@quicky2g said:
@wrx7m said:
@dafyre Really? I just paid about 60 bucks for annual maintenance. Seems to be cheaper than the pro version of mobaxterm.
Haven't looked at the pro version but what do you get extra that's useful?
No annual renewal for the MobaXTerm. Just renewals for major version upgrades.
For Free vs Pro see : http://mobaxterm.mobatek.net/download.html
-
I am liking the look of mobaxterm. Pretty neat tool.
-
@dafyre said:
@quicky2g said:
@wrx7m said:
@dafyre Really? I just paid about 60 bucks for annual maintenance. Seems to be cheaper than the pro version of mobaxterm.
Haven't looked at the pro version but what do you get extra that's useful?
No annual renewal for the MobaXTerm. Just renewals for major version upgrades.
For Free vs Pro see : http://mobaxterm.mobatek.net/download.html
I bought MobaXterm before I'd heard about RoyalTS. That's another one that looks pretty good.
-
@dafyre said:
@dafyre said:
@quicky2g said:
@wrx7m said:
@dafyre Really? I just paid about 60 bucks for annual maintenance. Seems to be cheaper than the pro version of mobaxterm.
Haven't looked at the pro version but what do you get extra that's useful?
No annual renewal for the MobaXTerm. Just renewals for major version upgrades.
For Free vs Pro see : http://mobaxterm.mobatek.net/download.html
I bought MobaXterm before I'd heard about RoyalTS. That's another one that looks pretty good.
RoyalTS looks pretty good too.
-
@wrx7m said:
@dafyre said:
@dafyre said:
@quicky2g said:
@wrx7m said:
@dafyre Really? I just paid about 60 bucks for annual maintenance. Seems to be cheaper than the pro version of mobaxterm.
Haven't looked at the pro version but what do you get extra that's useful?
No annual renewal for the MobaXTerm. Just renewals for major version upgrades.
For Free vs Pro see : http://mobaxterm.mobatek.net/download.html
I bought MobaXterm before I'd heard about RoyalTS. That's another one that looks pretty good.
RoyalTS looks pretty good too.
Wow this thing does look pretty awesome. I gotta give it a try. Huge 100MB+ download for a management tool. Must be a ton of features in it.
-
@quicky2g Yeah, there are. It's way slick. A little bit of a learning curve if you're not used to the way it does things, but well worth a good look.
-
Bringing this one back. Are there any programs that will color code, similar to the way notepad++ or the code blocks on ML will?
-
@Donahue said in SSH Clients for Windows:
Bringing this one back. Are there any programs that will color code, similar to the way notepad++ or the code blocks on ML will?
Colour code inside of SSH?
-
@Donahue said in SSH Clients for Windows:
Bringing this one back. Are there any programs that will color code, similar to the way notepad++ or the code blocks on ML will?
How do you mean? That would be very difficult I would think.
-
VIM will do that.
-
@Donahue said in SSH Clients for Windows:
Bringing this one back. Are there any programs that will color code, similar to the way notepad++ or the code blocks on ML will?
Like command words are color coded?
-
@scottalanmiller said in SSH Clients for Windows:
VIM will do that.
Right, but I think he means at the SSH client level?
-
Is that even a thing? Maybe I am just wishing for rainbows and unicorns.
-
@coliver said in SSH Clients for Windows:
@scottalanmiller said in SSH Clients for Windows:
VIM will do that.
Right, but I think he means at the SSH client level?
Wouldn't the color schemes need to be setup on the remote side?
-
@Donahue said in SSH Clients for Windows:
Is that even a thing? Maybe I am just wishing for rainbows and unicorns.
That's part of the shell. I don't know if CMD or PowerShell support that. BASH does. If you install BASH you should have that.
-
@black3dynamite said in SSH Clients for Windows:
@coliver said in SSH Clients for Windows:
@scottalanmiller said in SSH Clients for Windows:
VIM will do that.
Right, but I think he means at the SSH client level?
Wouldn't the color schemes need to be setup on the remote side?
Correct. So you need a colour scheme supporting shell installed on Windows. SSH just shows whatever it connects to, the colours aren't from SSH.
-
@Donahue said in SSH Clients for Windows:
Bringing this one back. Are there any programs that will color code, similar to the way notepad++ or the code blocks on ML will?
That's going to be a program to program thing. As @scottalanmiller VIM will,
ls
will as well (I always be sure to have `alias ls="ls --color=auto") -
@travisdh1 said in SSH Clients for Windows:
@Donahue said in SSH Clients for Windows:
Bringing this one back. Are there any programs that will color code, similar to the way notepad++ or the code blocks on ML will?
That's going to be a program to program thing. As @scottalanmiller VIM will,
ls
will as well (I always be sure to have `alias ls="ls --color=auto")Does --color=auto work on Windows?
-
Chocolatey does colour coding natively...