PuTTY in OS X

spitenmalice

Registered
Does anyone know how to get PuTTY working in OS X, or any alternate SSH/telnet clients that may be available? I realize OS X already has ssh ability and it can be done trough the terminal, so I guess alternately to my first two questions does anyone now how to get the characterset CP437 to work in the character translation? Any information would be greatly appreciated.
 
JellyFiSSH seems like a nice program, however it's just a session manager built over top of terms ssh client. Still doesn't help with my CP437 character encoding.
 
You did try setting the character set to "Western (Windows Latin-1)"? That is my closest guess for the old DOS charset.
 
Yes I assumed latin-1 and latin-9 might work, however they did not. I also tried all the there character sets to see what would happen. None of them worked. I believe that OS X has the CP437 charset somewhere as I believe smb needs to use it. Does anyone know where I might find that and how I would import it to my terminal session?
 
Is this a temporary need? You might be able to use an one of the x terminals (if not xterm, eterm or rvxt ?) to do what you want.
 
Is this about accessing a Mac OS X box using PuTTY on Windows? Or is this about trying to get PuTTY to run on OS X? If it's the latter, you don't really need it for ssh sessions as Mac OS X comes with the OpenSSH client as well as the OpenSSH server built-in. :confused:
 
Code Page 437, aka the IBM Extended ASCII character set, is supported by MacWise. I am aware of no other terminal emulator on MacOS X which does this.
 
Back
Top