Alternative ways of setting environment variables through PuTTy?
- by A T
Connecting via SSH to a SPARC server but am unable to set environmental variables through the usual PuTTy way, which gives me this error:
Server refused to set environment variables
I also noticed that export and set techniques don't work from the prompt; the only which works is:
$ PATH=/everyones_passwords_in_plain_text/:$PATH
How do I automatically run that line on every connect to this server?