- Bug fix: selecting a KiTTY binary containing the version string now possible
- Bug fix: no error message was shown when opening a session and the PuTTY/KiTTY binary was not found
Portable Edition: WinSSHTerm-2.5.1.zip
Mirror: Google Drive
SHA256 (.ZIP): CC9DD87BBE8E3E71BEC956E441CEEDF04AA960BD38F7D4CE65F266C830374AAF
Hi, Great product. However when you use the Login Cmd option it appends ;bash --login to it so that you end up with a shell. However that wont work on some systems like AIX where there is no bash installed. Is there an option (or could there be one in a future release) that allows us to set the shell command to run?
ReplyDeleteThanks
Hi, thanks for your feedback. I'll add an option so that it can be customized.
DeleteYou could set a hash "#" at the end of your login command for your AIX systems to comment out the bash command, so it won't be executed. This way you can also run a different shell (e.g. ";/usr/bin/ksh --login #"). Does this work for you?
DeleteYes that works thanks. By the way with AIX you have to use the enhanced ksh (ksh93) to get it to run the login (ksh93 --login).
ReplyDeleteI was hoping to be able to automatically run some post login commands in the same shell - do you have an option for that?
Thanks, why do you need to run commands in the same shell? Can you give me an example of what you are trying to do?
DeleteHi, yes I'm trying to customize things in the shell that I use for all connections like setting aliases or other shell settings. For example alias ll='ls -al' ; set -o emacs , that type of thing. Is that something your script functions could do? i.e. run a script that resides on the local PC after login?
ReplyDeleteHi, yes, you could create a script with your aliases and so on, add a newline at the end, assign the script to a button and click on the button after you log in. I think there is no other way to do this without changing the remote system
Delete