[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [Qube2] proftpd 1.2.0 Fix PAM Files
- Subject: Re: [cobalt-users] [Qube2] proftpd 1.2.0 Fix PAM Files
- From: Mike Vanecek <nospam99@xxxxxxxxxxxx>
- Date: Wed Nov 22 10:01:01 2000
- Organization: anonymous
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Tue, 21 Nov 2000 10:05:49 -0800, Jeff Lovell <jlovell@xxxxxxxxxx> wrote:
:>Mike Vanecek wrote:
:>>
:>> In looking at the proftpd doco after the 1.2.0 fix on a Qube2, I notice it
:>> discusses using PAM for authenication. However, no /etc/pam.d/ftp file exists.
:>> Should this install on a Qube2 do PAM authenication?
:>
:>The Qube2 doesn't use PAM authentication. All of the newer products
:>use PAM.
:>
In looking at my logs, I see that sshd is using PAM:
Nov 12 13:47:05 vanecek PAM_pwdb[5858]: (sshd) session closed for user admin
Nov 12 17:19:14 vanecek PAM_pwdb[7746]: 1 authentication failure; (uid=0) ->
vanecek for imap service
Nov 12 18:50:29 vanecek PAM_pwdb[8422]: (sshd) session opened for user admin
by (uid=0)
Nov 12 19:05:15 vanecek PAM_pwdb[8422]: (sshd) session closed for user admin
The problem I am having is establishing a ftp over ssh2 session:
Nov 22 11:20:16 vanecek sshd[23982]: Accepted password for admin from
129.120.16.41 port 1061 ssh2
Nov 22 11:20:16 vanecek sshd[23982]: debug: Entering interactive session for
SSH2.
Nov 22 11:20:16 vanecek sshd[23982]: debug: server_init_dispatch_20
Nov 22 11:20:16 vanecek sshd[23982]: debug: channel_input_open: ctype
direct-tcpip rchan 0 win 20480 max 2048
Nov 22 11:20:16 vanecek sshd[23982]: debug: open direct-tcpip: from 127.0.0.1
port 0 to 127.0.0.1 port 21
Nov 22 11:20:16 vanecek sshd[23982]: debug: failure direct-tcpip
I am trying to figure out why I cannot get open ssh to let me do a ftp over
ssh2 session. I thought it might have something to do with proftpd -- not sure
what to do now.