Hi list
I'm starting to realize I am a newby. I hope you all be patients with me.
For a test environment we need a ftp server to which we can connect in a
secure way. We were able to connect to the ftp server with sftp. This
connection connects thru ssh. But as it turns out there is an other way to
make a secured connection namely ssl. I setup a ssl tunnel. My xinetd.conf
looks like this:
service ftps
{
socket_type = stream
protocol = tcp
user = root
wait = no
port = 10001
type = UNLISTED
disable = no
server = /usr/sbin/stunnel
server_args = -p /usr/share/ssl/certs/stunnel.pem -l
/usr/sbin/in.ftpd
}
Now, when we try to connect to this service we get no reaction or a: 421
Service not available.
Any suggenstions...
Ronald Hermans
QA Manager
Every Angle
tel: +31 (0)182 577749
gsm: +31 (0)6 23227948
http://www.every-angle.com
mailto:[EMAIL PROTECTED]
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list