rhel5如何配置自有的gssftp
先檢視ftp是否啟用此服務
chkconfig --list|grep ftp
chkconfig gssftp on
#####沒機會讓你輸入使用者及密碼就退出了
[root@localhost etc]# ftp localhost
Connected to localhost.localdomain.
220 localhost.localdomain FTP server (Version 5.60) ready.
334 Using authentication type GSSAPI; ADAT must follow
GSSAPI accepted as authentication type
GSSAPI error major: Miscellaneous failure
GSSAPI error minor: Unknown code krb5 195
GSSAPI error: initializing context
GSSAPI authentication failed
334 Using authentication type KERBEROS_V4; ADAT must follow
KERBEROS_V4 accepted as authentication type
Kerberos V4 krb_mk_req failed: You have no tickets cached
Name (localhost:root):
530 Must perform. authentication before identifying USER.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
Connected to localhost.localdomain.
220 localhost.localdomain FTP server (Version 5.60) ready.
334 Using authentication type GSSAPI; ADAT must follow
GSSAPI accepted as authentication type
GSSAPI error major: Miscellaneous failure
GSSAPI error minor: Unknown code krb5 195
GSSAPI error: initializing context
GSSAPI authentication failed
334 Using authentication type KERBEROS_V4; ADAT must follow
KERBEROS_V4 accepted as authentication type
Kerberos V4 krb_mk_req failed: You have no tickets cached
Name (localhost:root):
530 Must perform. authentication before identifying USER.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
LINUX安裝的時候,選擇元件的時候要是沒有選擇FTP伺服器(這裡是vsftpd),系統會自帶一個叫gssftp的ftp伺服器。
安裝好之後預設是本機使用者不能登陸的。只要找到/etc/xinetd.d/gssftp,把 server_args 後面的 -a 移除,只留下 -l。重新啟動gssftp:
/sbin/service xinetd restart
安裝好之後預設是本機使用者不能登陸的。只要找到/etc/xinetd.d/gssftp,把 server_args 後面的 -a 移除,只留下 -l。重新啟動gssftp:
/sbin/service xinetd restart
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-667836/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RHEL5 hadoop2.4.1 rsync配置Hadoop
- 配置xmanager3連線RHEL5
- rhel5上oracle10.2.0.4 silent配置oracleOracle
- Xmanager在RHEL5的遠端連線配置
- 在rhel5 配置xfs檔案系統_轉摘
- Hive所有的配置總結 轉載Hive
- mysql如何修改所有的definerMySql
- redis如何清除所有的keyRedis
- 如何掌握所有的程式語言
- redis如何檢視所有的keyRedis
- 配置turbo linux es11上的ftp(gssftp) and telnet服務,及讓root 直接telnet備記LinuxFTP
- linux下gssftp允許root登陸的設定(轉)LinuxFTP
- 虛擬RHEL5上安裝11g RAC-安裝配置
- 如何在rhel5開戶telnet服務及如何處理亂碼
- 如何實現自己的SpringBoot自動配置Spring Boot
- IPv6 無狀態地址如何自動配置?
- git如何清空所有的commit記錄GitMIT
- 王垠:如何掌握所有的程式語言
- centos(linux): 列出所有的開機自啟動程式CentOSLinux
- 怎麼關閉配置更新_如何關閉win10自動配置更新Win10
- RHEL5下載地址
- 華納雲:如何配置oracle表空間自動擴容?Oracle
- 如何在rhel5上安裝tar.gz原始碼檔案原始碼
- js如何元素當前元素所有的父元素JS
- rhel5上配置vsftpd_421 Service not available, remote server has closed connectionFTPAIREMServer
- ABAP Development Tool如何配置程式碼自動完成的快捷鍵dev
- 如何使用自籤CA配置HTTPS加密反向代理訪問?HTTP加密
- Spring Boot自動配置的"魔法"是如何實現的?Spring Boot
- Django2.0-db(12)-根據已有的表自動生成模型Django模型
- 已有的遊戲如何快速穩定遷移到雲上?遊戲
- js如何獲取兩個陣列共有的元素JS陣列
- Android開發中如何結束所有的activityAndroid
- 有的遊戲卷美術,有的遊戲卷題材,有的遊戲兩者都卷遊戲
- win10禁止自動配置ipv4如何關閉 win10怎麼允許自動配置ipv4Win10
- rhel5 學用export 及unsetExport
- 剖析RHEL5 日誌系統
- 所有的安裝都正確,在初始化時我用ms sqlserver7如何配置資料庫啊SQLServer資料庫
- 如何在現有的Vue專案中嵌入 Blazor專案?VueBlazor