مدیریت سرورها

آموزش مدیریت سرورهای لینوکس و ویندوز

مدیریت سرورها

آموزش مدیریت سرورهای لینوکس و ویندوز

سایت در باره انواع آموزشها در زمینه IT می باشد.
مانند: لینوکس، ویندوز، سیسکو، میکروتیک، طراحی وب
به دلیل شخصی بودن وبلاگ ارائه مطالب متفرقه در آن بلامانع است.
با تشکر

طبقه بندی موضوعی

Proftpd over SSL/TLS - قسمت دوم

سه شنبه, ۹ دی ۱۳۹۳، ۰۶:۵۵ ب.ظ

 

Enable SSL/TLS on Proftpd.

[1]

Create certificates first. See here.

[2] Configure for SSL/TLS

root@www:~# vi /etc/proftpd/proftpd.conf

# line 138: uncomment

Include /etc/proftpd/tls.conf

root@www:~# vi /etc/proftpd/tls.conf

# line 10,11,12: uncomment

TLSEngine on

TLSLog /var/log/proftpd/tls.log

TLSProtocol SSLv23

# line 27,28: uncomment and specify certificates

TLSRSACertificateFile /etc/ssl/private/server.crt

TLSRSACertificateKeyFile /etc/ssl/private/server.key

root@www:~# /etc/init.d/proftpd restart 

[2] Configure on client PC. Start WinSCP and select "SSL Explicit Encryption" on session info like follows.

[3] Following waring is shown because certificate is originally created, but it's no ploblem. Go next.

[4] Input your password.


[5] Just connected.

  • طاهر ضیائی

FTP

نظرات  (۰)

هیچ نظری هنوز ثبت نشده است

ارسال نظر

ارسال نظر آزاد است، اما اگر قبلا در بیان ثبت نام کرده اید می توانید ابتدا وارد شوید.
شما میتوانید از این تگهای html استفاده کنید:
<b> یا <strong>، <em> یا <i>، <u>، <strike> یا <s>، <sup>، <sub>، <blockquote>، <code>، <pre>، <hr>، <br>، <p>، <a href="" title="">، <span style="">، <div align="">