Re: Enabling FTP and Telnet access for root and users

2011-12-15 Thread Reid Linnemann
On Thu, Dec 15, 2011 at 8:35 AM, Reid Linnemann  wrote:
> On Thu, Dec 15, 2011 at 6:26 AM, Daniel Lewis
>  wrote:
>> How do I enable Telnet and ftp access for root and users?
>>  I turned on ftp and telnet in inetd but when at telenet or ftp prompt
>> access is denied.
>>
>> Im using free bsd 8.2
>>
>>
>>
>> Thanks,
>> Daniel lewis
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
>
> Disclaimer:
> Why in God's name would you want to enable root access through
> insecure means such as telnet and ftp? Do you have a specific
> requirement for these two protocols? For many years now ssh/sftp/scp
> have been able to securely provide analogous services, and I would
> recommend you take advantage of them before opening yourself up to the
> woes of root access on ftp and telnet.
>
> That being said,
>
> Are you not able to authenticate any users or just root?
>
> Are your ftpd and telnetd services being wrapped by inetd? Can you
> show inetd.conf?
>
> /etc/ftpusers contains a list of usernames that will be denied access
> through ftp, root and its alias toor are both in there by default

Also, telnetd will never authenticate root unless your ttyp* terminals
are set secure in /etc/ttys, which is also not recommended.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Enabling FTP and Telnet access for root and users

2011-12-15 Thread Reid Linnemann
On Thu, Dec 15, 2011 at 6:26 AM, Daniel Lewis
 wrote:
> How do I enable Telnet and ftp access for root and users?
>  I turned on ftp and telnet in inetd but when at telenet or ftp prompt
> access is denied.
>
> Im using free bsd 8.2
>
>
>
> Thanks,
> Daniel lewis
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Disclaimer:
Why in God's name would you want to enable root access through
insecure means such as telnet and ftp? Do you have a specific
requirement for these two protocols? For many years now ssh/sftp/scp
have been able to securely provide analogous services, and I would
recommend you take advantage of them before opening yourself up to the
woes of root access on ftp and telnet.

That being said,

Are you not able to authenticate any users or just root?

Are your ftpd and telnetd services being wrapped by inetd? Can you
show inetd.conf?

/etc/ftpusers contains a list of usernames that will be denied access
through ftp, root and its alias toor are both in there by default
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Enabling FTP and Telnet access for root and users

2011-12-15 Thread Daniel Bye
On Thu, Dec 15, 2011 at 06:26:09AM -0600, Daniel Lewis wrote:
> How do I enable Telnet and ftp access for root and users?
>  I turned on ftp and telnet in inetd but when at telenet or ftp prompt
> access is denied.

Can we see the error message? Are you sure inetd is running? Using the right
username/password combination?

In all honesty, you're better off enabling sshd instead, which encrypts your
communication, and offers numerous other security enhancements over plain
telnet and ftp.

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp4YL4cuTyVV.pgp
Description: PGP signature


Enabling FTP and Telnet access for root and users

2011-12-15 Thread Daniel Lewis
How do I enable Telnet and ftp access for root and users?
 I turned on ftp and telnet in inetd but when at telenet or ftp prompt
access is denied.

Im using free bsd 8.2



Thanks,
Daniel lewis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"