setuid for "ssh"

Gavin McDonald gavitron at gmail.com
Tue Jan 3 20:24:31 UTC 2006


Note my changes in BLUE.

 

(Note:  refer to http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config for
a complete explanation of the ssh options)

 

Regards,

 

Gavin McDonald

========================

EVI Logistic Enterprises

email: me at gavitron.com

phone: (604) 313-3845

 

 

  _____  

From: Sachin Bhugra [mailto:bhugra.sachin at gmail.com] 
Sent: Tuesday, January 03, 2006 11:58 AM
To: redhat-list at redhat.com; gavitron at gmail.com
Subject: Re: setuid for "ssh"

 

Hey Gavin, 



       Any ideas, how to set it up properly??? I have started thinking it as
a big bug in OpenSSH.....

Pls review my sshd_config :



# Self made test sshd_config

Port 22
Protocol 1
ListenAddress 192.168.0.10:22
SyslogFacility AUTHPRIV
LogLevel DEBUG2
RSAAuthentication no
HostbasedAuthentication yes
RhostsRSAAuthentication yes
PasswordAuthentication yes

and ssh_config

Host *
        ForwardX11 yes
        RhostsRSAAuthentication yes
        UsePrivilegedPort yes
        PreferredAuthentications
hostbased,publickey,password,keyboard-interactive
        Protocol 1
        
Regds,
Sachin

 




More information about the redhat-list mailing list