mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
Mikaela Suomalainen
288b010fe5
Apparently OpenSSH only allows PasswordAuthentication yes within a Match block.
8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
# User Mikaela hates passwords and will only use keys. This may only work
|
|
# in reverse so this file is useless. https://serverfault.com/a/461865
|
|
# & OpenSSH_8.4p1
|
|
Match User mikaela
|
|
PasswordAuthentication no
|
|
AuthenticationMethods publickey
|
|
Match All
|