Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.security.ssh > #218

ssh client and default files

From Ángel Gutiérrez Rodríguez <angel_gr@terra.es>
Newsgroups comp.security.ssh
Subject ssh client and default files
Followup-To comp.security.ssh
Date 2011-11-10 01:21 +0100
Organization Aioe.org NNTP Server
Message-ID <j9f5el$m03$1@speranza.aioe.org> (permalink)

Followups directed to: comp.security.ssh

Show all headers | View raw


We have an issue when connecting to an ssh server:

ssh root@192.168.3.5
root@192.168.3.5's password:
dispatch_protocol_error: type 100 seq 9
buffer_get_ret: trying to get more bytes 4 than in buffer 0
buffer_get_int: buffer error

that gets solved with the client's option:

ForwardAgent no

I've tried to put that in /etc/ssh/ssh_config and in .ssh/config but

ssh root@192.168.3.5

gives the same error. Nonetheless, I am able to make it work with

ssh root@192.168.3.5 -F .ssh/config

I can see both files are read:

ssh -v root@192.168.3.5                                                                                                                    
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008                                                                                                         
debug1: Reading configuration data /root/.ssh/config                                                                                                         
debug1: Applying options for *                                                                                                                               
debug1: Reading configuration data /etc/ssh/ssh_config                                                                                                       
debug1: Applying options for *                    
....

Files are: 
cat /root/.ssh/config                                                                                                                  
Host *                                                                                                                                                       
StrictHostKeyChecking no                                                                                                                                     
ForwardAgent no

and

cat /etc/ssh/ssh_config
Host *                                                                                                                                                       
        GSSAPIAuthentication yes                                                                                                                             
        ForwardX11Trusted yes                                                                                                                                
        SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY 
LC_MESSAGES                                                                          
        SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT                                                                                      
        SendEnv LC_IDENTIFICATION LC_ALL                                                                                                                     
        ForwardAgent no                                                                                                                                      

Am I missing something?

Thanks in advance...

-- 
ÁGR

Back to comp.security.ssh | Previous | NextNext in thread | Find similar


Thread

ssh client and default files Ángel Gutiérrez Rodríguez <angel_gr@terra.es> - 2011-11-10 01:21 +0100
  Re: ssh client and default files Simon Tatham <anakin@pobox.com> - 2011-11-10 09:35 +0000
    Re: ssh client and default files Ángel Gutiérrez Rodríguez <angel_gr@terra.es> - 2011-11-10 23:22 +0100
      Re: ssh client and default files all mail refused <elvis-85496@notatla.org.uk> - 2011-11-11 00:52 +0000
  Re: ssh client and default files Ron <nospam@thanks.com> - 2011-11-16 19:24 +0100

csiph-web