What does the error starting with the marker mean

When I try ssh on the server hosting some code, I get

debug1: Trying private key: /home/ubuntu/.ssh/build_key.rsa
debug1: key_parse_private2: missing begin marker

What does the “missing start marker” mean?

+6
source share
1 answer

It's not a mistake. This is just harmless debugging information that is printed during parsing of different types of keys.

+7
source

Source: https://habr.com/ru/post/1014484/


All Articles