We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c8096 commit f3dd579Copy full SHA for f3dd579
defaults/config.ini.default
@@ -37,6 +37,11 @@ def_user_shell = "/bin/bash" ; Default shell for new users
37
offset_UIDGID = 1000000 ; start point when allocating new UID/GID pairs for a new user
38
offset_PIGID = 2000000 ; start point when allocating new GID for a new PI group
39
offset_ORGGID = 3000000 ; start point when allocating new GID for a new org group
40
+allowed_ssh_key_types[] = ssh-rsa
41
+allowed_ssh_key_types[] = ecdsa-sha2-nistp256
42
+allowed_ssh_key_types[] = ecdsa-sha2-nistp384
43
+allowed_ssh_key_types[] = ecdsa-sha2-nistp521
44
+allowed_ssh_key_types[] = ssh-ed25519
45
46
[sql]
47
host = "sql" ; mariadb hostname
0 commit comments