bug#56082: home: services: openssh: identity-file could be a list of strings.

2022-07-03 Thread Ludovic Courtès
Hi, Oleg Pykhalov skribis: > Currently ‘identity-file’ in ‘openssh-host’ record is a ‘maybe-string’, > but it could be a list, which generates a config like: > > Host example.org > … > IdentityFile ~/.ssh/id_rsa_1 > IdentityFile ~/.ssh/id_rsa_2 > IdentityFile ~/.ssh/id_rsa_3 I didn’t re

bug#56082: home: services: openssh: identity-file could be a list of strings.

2022-06-19 Thread Oleg Pykhalov
Currently ‘identity-file’ in ‘openssh-host’ record is a ‘maybe-string’, but it could be a list, which generates a config like: Host example.org … IdentityFile ~/.ssh/id_rsa_1 IdentityFile ~/.ssh/id_rsa_2 IdentityFile ~/.ssh/id_rsa_3 SSH_CONFIG(5) man page: IdentityFile …