2012-03-23 40 views

回答

0

希望有人能拿出一個更好的答案,但這裏的東西,將工作:一些其他的端口上啓動第二sshd守護進程,說222在第二個sshd守護進程,使隧道,但使用AllowUsersAllowGroups選項只允許你的特定用戶能夠通過隧道。

0

在sshd config中使用「匹配」語句可以與用戶或組一起使用,以啓用或禁用特定選項。

在centos/rhel中,在/ etc/ssh/sshd_config文件的底部有一個示例。

# Example of overriding settings on a per-user basis 
Match User anoncvs 
     X11Forwarding no 
     AllowTcpForwarding no 
     ForceCommand cvs server