setuid for "ssh"

Sachin Bhugra bhugra.sachin at gmail.com
Tue Jan 3 19:58:07 UTC 2006


>
> 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 no
RhostsAuthentication yes
PasswordAuthentication yes

and ssh_config

Host *
        ForwardX11 yes
        RhostsAuthentication yes
        UsePrivilegedPort yes
        PreferredAuthentications
hostbased,publickey,password,keyboard-interactive
        Protocol 1

Regds,
Sachin



More information about the redhat-list mailing list