I have AIX (v.7) box and using TinyTerm app. However Id prefer to use Putty instead. Problem is I do not have there proper key mapping - I miss there Wyse60 emulation.
Is there any way to configure putty to work with AIX ?
I have AIX (v.7) box and using TinyTerm app. However Id prefer to use Putty instead. Problem is I do not have there proper key mapping - I miss there Wyse60 emulation.
Is there any way to configure putty to work with AIX ?
First, define "work". ssh from PuTTY to AIX should connect with both at their defaults. Getting the key sequences sent, the server terminfo, applications, and character encoding to all agree, is what makes a good text experience.
Try each of the Terminal > Keyboard modes, in particular VT400 and VT100+.
The server also needs to expect correct type so terminfo is correct. Try changing ‘Terminal-type string’ if
xterm
is not to your liking, such as to good ol'vt220
.It is unclear exactly which of your applications are expecting which sequences. Use the
cat
trick from the PuTTY FAQ to make both working and not working keys printable.