Re: AIX rlogin=false ....Does this have to be set to "true" in order for SSH to work ?
From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 05/10/04
- Next message: Darren Tucker: "Re: OpenSSH 3.4p1 and XAUTHORITY handling"
- Previous message: Nico Kadel-Garcia: "Re: sftp without shell access"
- In reply to: news.comcast.giganews.com: "AIX rlogin=false ....Does this have to be set to "true" in order for SSH to work ?"
- Next in thread: news.comcast.giganews.com: "Re: AIX rlogin=false ....Does this have to be set to "true" in order for SSH to work ?"
- Reply: news.comcast.giganews.com: "Re: AIX rlogin=false ....Does this have to be set to "true" in order for SSH to work ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 10 May 2004 02:08:30 +0000 (UTC)
In article <UPCdnYef8ZgKHQPdRVn-gw@comcast.com>,
news.comcast.giganews.com <riverupdude@comcast.net> wrote:
>IS is possible to enable SSH logins while "rlogin=false" ???? Probably a
>stupid question but with all the configuration options of I thought I'd ask.
Only if you modify sshd. If you want to do this, edit auth.c, search
for the "loginrestrictions" call and change S_RLOGIN to S_LOGIN then
recompile. This will make sshd check for the "login" attribute rather
than the "rlogin" attribute.
Your other option is to disable *all* the AIX-specific checks (which
includes lockout, password/account expiry as well as the login attribute
checks). If you want to do this, edit config.h after running configure
and comment out "#define WITH_AIXAUTHENTICATE 1" then rebuild everything
("make clean && make"). Note that this may also disable some non-local
authentication types (eg LDAP), but I'm not sure of that.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Next message: Darren Tucker: "Re: OpenSSH 3.4p1 and XAUTHORITY handling"
- Previous message: Nico Kadel-Garcia: "Re: sftp without shell access"
- In reply to: news.comcast.giganews.com: "AIX rlogin=false ....Does this have to be set to "true" in order for SSH to work ?"
- Next in thread: news.comcast.giganews.com: "Re: AIX rlogin=false ....Does this have to be set to "true" in order for SSH to work ?"
- Reply: news.comcast.giganews.com: "Re: AIX rlogin=false ....Does this have to be set to "true" in order for SSH to work ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|