-
Hi Patrick. I'll love to have an ssh list of hosts (retrieved from known_hosts) to do ssh to. If you need help I can try to implement it. |
Beta Was this translation helpful? Give feedback.
Answered by
PatrickF1
Nov 19, 2020
Replies: 2 comments
-
Hi @antmordel thanks for the idea. Ugh, this is a tough one. To be honest I'm on the fence for two reason
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PatrickF1
-
That's true. I have all my ssh hosts unhashed. But I have read there are cases that the hosts are in hashed manner. We can close this issue then. Thanks Patrick. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @antmordel thanks for the idea. Ugh, this is a tough one. To be honest I'm on the fence for two reason
known_hosts
but it does seem hard to parse. It seems very difficult to write something that can correctly parse and extract hosts 100% of the time. I'm sure you know more about it than me. Can you tell me about how you'd parse it?