I'm a big fan of ksh93. My hosts' shell account doesn't allow me to configure .login, .profile or chsh to change my default shell. As it is, I am dropped into jailshell-3.2 and I have to invoke /bin/ksh93 manually.

Are there any workarounds for this?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Try:

ssh -t user@host ksh -i
link|improve this answer
Works! Phew, thanks you have saved the day. A great tip which I will definitely use in the future. – jessem Apr 6 '10 at 1:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.