Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the error missing begin marker mean

When trying to ssh to a 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 "missing begin marker" mean?

like image 548
american-ninja-warrior Avatar asked Jan 27 '17 07:01

american-ninja-warrior


1 Answers

It is not an error. It is just harmless debug information that is printed during the parsing of different key types.

like image 194
Jakuje Avatar answered Oct 04 '22 05:10

Jakuje