1、環境:
[root@localhost ssh]# lsb_release
lsb version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
[root@localhost ssh]# uname -a
linux localhost 2.6.32-220.el6.x86_64 #1 smp wed nov 9 08:03:13 est 2011 x86_64 x86_64 x86_64 gnu/linux
[root@localhost ssh]#
2、操作:
#建立使用者,指定目錄:
useradd -d /home/ftpuser ftpuser
#給使用者新增密碼
passwd ftpuser
# 該使用者既有ftp許可權也有ssh許可權
#在配置檔案中 /etc/ssh/sshd_config 增加內容 denyusers ftpuser 禁止該使用者使用ssh登入
測試通過!
linux建立ftp使用者過程
1 環境 ftp為vsftp。被限制使用者名為test。被限制路徑為 home test 2 建使用者 在root使用者下 useradd d home test test 增加使用者test,並制定test使用者的主目錄為 home test passwd test 為test設定密碼 3 更改使...
linux下建立ftp使用者
在linux中新增ftp使用者,並設定相應的許可權 在linux中新增ftp使用者,並設定相應的許可權,操作步驟如下 1 環境 ftp為vsftp。被限制使用者名為test。被限制路徑為 home test 2 建使用者 在root使用者下 useradd d home test test 增加使用...
禁止ftp使用者ssh登入,允許ftp登入
專案部分外包,需要限制ftp使用者在自己的目錄,在21埠下沒有問題,但當ftp使用者用sftp登入時,還是可以訪問上級目錄,於是禁止該ftp使用者ssh登入,切斷22埠的通訊。首先,執行如下命令,找到nologin的shell vi etc shells結果如下 可以看到禁止登入的shell檔案為 ...