I recently tried to connect through the secure shell but have hit a pretty solid wall. Here is the debug and the end product after attempting a connection:
Connection established.
debug1: getpeername failed: No such file or directory
debug1: identity file /.ssh/id_rsa type 0
debug1: key_load_public: No such file or directory
debug1: identity file /.ssh/id_rsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.6
ssh_exchange_identification: Connection closed by remote host
NaCl plugin exited with status code 255.
I'm not a very technical person so the fact that I got this far already excites me. How do I meet the requirements? ie. creating that key_load_public file/ getpeername. Also, what does the
"type 0" say about the key that I use?
Thanks for any replies!