linux下gssftp允許root登陸的設定(轉)
編輯檔案/etc/xinetd.d/gssftp
# description: The kerberized FTP server accepts FTP connections
# that can be authenticated with Kerberos 5.
service ftp
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/kerberos/sbin/ftpd
# server_args = -l -a
server_args = -l
log_on_failure += USERID
# disable = yes
disable = no
}
將紅色的部分註釋後,改成緊跟的一行
重新啟動xinetd[@more@]
# description: The kerberized FTP server accepts FTP connections
# that can be authenticated with Kerberos 5.
service ftp
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/kerberos/sbin/ftpd
# server_args = -l -a
server_args = -l
log_on_failure += USERID
# disable = yes
disable = no
}
將紅色的部分註釋後,改成緊跟的一行
重新啟動xinetd[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/85922/viewspace-910333/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 設定允許root使用者登入SSH
- Solaris 11 設定root使用者允許SSH遠端登入
- 【轉】linux設定金鑰登入(只允許金鑰登入)Linux
- linux SSH服務允許root使用者遠端登入Linux
- 伺服器設定為root登入設定方案以及linux系統下的root和SSH、sshd伺服器Linux
- linux免密登陸設定Linux
- Linux設定免密登陸Linux
- Ubuntu開啟ssh服務及允許root登入Ubuntu
- MYSQL設定允許所有IP訪問MySql
- Linux Sudo 被爆重要漏洞,允許黑客提權執行root命令Linux黑客
- 為什麼hashtable不允許設定Null但是hashmap允許?NullHashMap
- linux系統下如何禁ping和允許pingLinux
- kali linux 2020.3無法使用root使用者登陸GUI介面LinuxGUI
- 透過linux-PAM實現禁止root使用者登陸的方法Linux
- PHP 設定多域名允許跨域訪問PHP跨域
- Linux中如何設定SSH金鑰提升登陸安全性Linux
- win10允許遠端桌面連線如何設定_win10怎樣設定允許遠端桌面連線Win10
- Ubuntu設定root登入有兩種方式Ubuntu
- 怎樣設定才能允許外網訪問MySQLMySql
- CentOS 配置Mysql允許遠端登入CentOSMySql
- Win10系統下怎麼設定只允許執行指定應用Win10
- Ubuntu中允許root遠端ssh登入的方法Ubuntu
- 配置Charles 設定手機代理並允許https請求HTTP
- linux學習教程,在mac下預設以root賬戶登入終端LinuxMac
- Linux配置SSH免密登陸(公私鑰登陸)Linux
- linux ssh免登陸Linux
- 設定ssh登陸終端的歡迎資訊(linux登入配置,/etc/motd有趣的圖案【佛祖保佑】)Linux
- wampserver搭建站點 允許訪問通過防火牆的設定方法Server防火牆
- Mysql8 設定允許遠端連線 (Windows環境)MySqlWindows
- 設定Mysql5.6允許外網訪問詳細流程MySql
- Linux 如何設定特殊許可權?Linux
- ssh方式登入雲伺服器時設定別名登陸伺服器
- linux設定埠轉發(一鍵設定)Linux
- mysql8下建立使用者遠端登陸許可權MySql
- linux 設定ssh 免密登入Linux
- Linux系統的遠端登陸管理Linux
- root使用者ssh無法登陸到伺服器伺服器
- aws linux主機root帳號登入Linux
- linux破解root登入密碼,並重置Linux密碼