浏览代码

Add AuthorizedKeysCommand support

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
master
Johannes Löthberg 8 年前
父节点
当前提交
02b52fa7cf
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      openssh/files/sshd_config

+ 2
- 0
openssh/files/sshd_config 查看文件

@@ -81,6 +81,8 @@
{{ option_default_uncommented('RSAAuthentication', 'yes') }}
{{ option_default_uncommented('PubkeyAuthentication', 'yes') }}
{{ option('AuthorizedKeysFile', '%h/.ssh/authorized_keys') }}
{{ option('AuthorizedKeysCommand', 'none') }}
{{ option('AuthorizedKeysCommandUser', 'nobody') }}

# Don't read the user's ~/.rhosts and ~/.shosts files
{{ option_default_uncommented('IgnoreRhosts', 'yes') }}

正在加载...
取消
保存