OpenVZ Forum


Home » General » Support » * SOLVED * FC6 Precreated VE and ssh
Re: FC6 Precreated VE and ssh [message #13243 is a reply to message #13242] Wed, 23 May 2007 14:34 Go to previous messageGo to next message
jean1971 is currently offline  jean1971
Messages: 30
Registered: November 2006
Member
thanks...
Bye
Gianni
Re: FC6 Precreated VE and ssh [message #13251 is a reply to message #13243] Wed, 23 May 2007 14:59 Go to previous messageGo to next message
morik is currently offline  morik
Messages: 33
Registered: January 2006
Member
I have just a next lines in my sshd_config:

-------- start of file --------
SyslogFacility AUTHPRIV
PasswordAuthentication yes
ChallengeResponseAuthentication no
UsePAM yes
Subsystem sftp /usr/libexec/openssh/sftp-server
-------- end of file --------

and it's works fine.

I saw some topics about problems with connects when GSSAPI is enabled but I don't think what it is your case.

So, at this moment only one way come to my mind it is reinstall
openssh-server on old version.

Maybe it is not best way, but it can help to resolve problem.
icon10.gif  Re: FC6 Precreated VE and ssh [message #13252 is a reply to message #13251] Wed, 23 May 2007 15:09 Go to previous messageGo to next message
jean1971 is currently offline  jean1971
Messages: 30
Registered: November 2006
Member

IT WORKS !!!!!!!!!

you're great !!! GREAT

Thanks : Laughing

Gianni

Re: FC6 Precreated VE and ssh [message #13253 is a reply to message #13252] Wed, 23 May 2007 15:14 Go to previous messageGo to next message
morik is currently offline  morik
Messages: 33
Registered: January 2006
Member
Glad to hear it!

: )
Re: FC6 Precreated VE and ssh [message #13262 is a reply to message #13252] Wed, 23 May 2007 19:45 Go to previous messageGo to next message
morik is currently offline  morik
Messages: 33
Registered: January 2006
Member
Dear Gianni,

if it is works now, could you please mark it as solved, please.

Thank you, Roman.
Re: * SOLVED * FC6 Precreated VE and ssh [message #14059 is a reply to message #13165] Wed, 13 June 2007 16:22 Go to previous message
ahuxley is currently offline  ahuxley
Messages: 1
Registered: June 2007
Junior Member
I had the same problem:

ahuxley@pc012939$ ssh root@loofah pwd
ahuxley@pc012939$


After the posting of a very cut-down /etc/ssh/sshd_config above, I started stripping stuff out of the full version in order to see what the problem was. And amazingly, it was the 'AcceptEnv' statements!

So fix #1 on the ssh client:

ahuxley@pc012939$ unset LC_ALL
ahuxley@pc012939$


or, alternatively, fix #2 on the ssh server:

[root@loofah ssh]# perl -pi -e 's/^(AcceptEnv)/#$1/' /etc/ssh/sshd_config
[root@loofah ssh]# /etc/init.d/sshd restart
Stopping sshd: [ OK ]
Starting sshd: [ OK ]
[root@loofah ssh]#


I suspect that the "right" fix is to set up the locales correctly on the server. I imagine (but didn't check) that the stripped down FC6 template is missing some of this.

Alexis

(PS just posting here 'cos I thought this would be useful for all of you. If you want to ask further questions then I'm unlikely to see it if posted here. Mail me at ahuxley at gmx dot net.)
Previous Topic: Running unixbench
Next Topic: *SOLVED* Nameserver Problem
Goto Forum:
  


Current Time: Mon Jul 15 19:34:52 GMT 2024

Total time taken to generate the page: 0.02836 seconds