SSH and LC_*

Hello people,

when trying to sft to remote server from Solaris box, I am getting the following:

Process err :debug1: channel 0: open confirm rwindow 0 rmax 32768
Process err :debug1: Remote: Missing locale support for LC_CTYPE=en_US.ISO8859-1
Process err :debug1: Remote: Missing locale support for LC_COLLATE=en_US.ISO8859-15
Process err :debug1: Remote: Missing locale support for LC_TIME=en_US.ISO8859-15
Process err :debug1: Remote: Missing locale support for LC_NUMERIC=en_US.ISO8859-15
Process err :debug1: Remote: Missing locale support for LC_MONETARY=en_US.ISO8859-15
Process err :debug1: Remote: Channel 0 set: LC_MESSAGES=C
Process err :debug1: Couldn't stat remote file: No such file or directory
Process err :Couldn't get handle: Permission denied

Any ideas ?

Short answer:
The remote system does not support the character set, and whatever script is on the remote side (I am assuming you copied something like .profile over there): what that script asks for -- the environment does not support it.

Are you trying to use X or some other windowing system?
So to help you:

  1. EXACTLY what is the remote system, and your system?
  2. What are you trying to do
1 Like

Thank you. This is what I assumed. Unfortunatelly the remote system is not managed by me and this is the reason I did not provide more info.