当前位置: 技术问答>linux和unix
如何让我的用户只能ftp上来而不能使用其他的如telnet和ssh服务?
来源: 互联网 发布时间:2015-06-05
本文导语: thx | 楼上说的没错。 用usermod -s /sbin/nologin username 把username的一般登录取消。这样用户就不能用telnet和ssh了。 | usermod -s /bin/false username
thx
|
楼上说的没错。
用usermod -s /sbin/nologin username
把username的一般登录取消。这样用户就不能用telnet和ssh了。
用usermod -s /sbin/nologin username
把username的一般登录取消。这样用户就不能用telnet和ssh了。
|
usermod -s /bin/false username