Skip to content

Commit f3dd579

Browse files
committed
add allowed ssh key types config
1 parent d5c8096 commit f3dd579

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

defaults/config.ini.default

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ def_user_shell = "/bin/bash" ; Default shell for new users
3737
offset_UIDGID = 1000000 ; start point when allocating new UID/GID pairs for a new user
3838
offset_PIGID = 2000000 ; start point when allocating new GID for a new PI group
3939
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
4045

4146
[sql]
4247
host = "sql" ; mariadb hostname

0 commit comments

Comments
 (0)