ASGI via Daphne for websockets, WSGI via Gunicorn. Implemented xterm.js for shell proxy to target servers.
This commit is contained in:
@@ -371,7 +371,7 @@ func writeCAKeyIfChanged(key string) (bool, error) {
|
||||
|
||||
func ensureSSHDConfig() (bool, error) {
|
||||
content := fmt.Sprintf(
|
||||
"TrustedUserCAKeys %s\nMatch Group %s\n AuthorizedKeysFile none\n",
|
||||
"TrustedUserCAKeys %s\nMatch Group %s\n AuthorizedKeysFile none\n PasswordAuthentication no\n ChallengeResponseAuthentication no\n",
|
||||
userCAPath,
|
||||
keywardenGroup,
|
||||
)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user