Bug: tea crashes when using ssh-certificate auth method
#527
Open
opened 2 months ago by tionis
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
environment
bug
When creating a new login using the ssh-certificate as auth method, tea crashes:
My selected ssh-key is an ed25519 key.
Bug:to Bug: tea crashes when using ssh-certificate auth method 2 months agoI can confirm, this is caused by:
There is no guarantee that
sshKey
will match that expression, so to immediately index it with[1]
seems overly enthousiastic.