[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] sshd.sh error when setting up MPI job environment



Junjun Mao <jmao@...> writes:

> file, this error was reported:
> command-line: line 0: Bad configuration option: AcceptEnv
> 
> In condor.err, it shows the above error eas caused by this statment
> ++ /usr/sbin/sshd -p4444
> -oAuthorizedKeysFile=/usr/local/condor/execute/dir_6578/tmp/0.key.pub
-h/usr/local/condor/execute/dir_6578/
> tmp/hostkey -De -f/dev/null -oStrictModes=no -oPidFile=/dev/null
-oAcceptEnv=_CONDOR
> 
> Any ideas?

Which version of ssh do you have?
The AcceptEnv option on the server (and SendEnv on the client) is supported
since version 3.9 of BSD OpenSSH.

Olaf