What | Removed | Added |
---|---|---|
Status | NEW | IN_PROGRESS |
CC | igonzalezsosa@suse.com |
Hi all, It looks like the Ruby interpreter is not being able to parse the authorized keys according to the regular expression we are using. After reading the logs, I was able to reproduce it just by spreading a public key in different lines: ssh-rsa AAAAB3NzaC1yc2EAAAABI... example@example.net And here is the regular expression: https://github.com/yast/yast-users/blob/20c90e320350f35444818f81a03a5097288bc151/src/lib/users/ssh_authorized_keys_file.rb#L65 I guess we should report this problem upstream but I will work on a simplified version in order to avoid the problem. On the other hand, Mikael problem looks different. Please, could you try again with latest Tumbleweed version and open a bug report if the problem persists? Thanks in advance!