- Package:
- openssh-client
- Source:
- openssh
- Description:
- secure shell (SSH) client, for secure access to remote machines
- Submitter:
- Kurt Roeckx
- Date:
- 2013-12-30 19:09:06 UTC
- Severity:
- wishlist
Hi, I wanted to check which type of keys where in my ~/.ssh/authorized_keys file. I've noticed 2 problems: - It only returns the first key it finds. I would like it to return all the keys which it seems to do for things like the known_hosts file. - It doesn't support lines that have options in it, that is lines that don't start with ssh-rsa. Kurt