Will Tectia's SSH server (ssh.com) work with VAS?
Yes, but you will need to enable PAM support within Tectia.
For versions using xml configuration file
In the configuration file usually /etc/ssh2/ssh-server-config.xml
Add the following within the <authentication-methods> section
<auth-keyboard-interactive>
<submethod-pam />
</auth-keyboard-interactive>
For versions using the sshd2_config file
In the configuration file usually /etc/ssh2/sshd2_config
Add the following
AllowedAuthentications keyboard-interactive
AuthKbdInt.Optional pam
Refer to the Tectia Admin Guide for more information
https://support.ssh.com/manuals/server-admin/64/userauth-kbi-pam.html
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center