steelbrain / node-ssh

SSH2 with Promises
MIT License
947 stars 94 forks source link

Separate private key and private key path #436

Closed steelbrain closed 2 years ago

steelbrain commented 2 years ago

This is going to future proof us against different kinds of private keys. Code doesn't have to be kept up to date. Also in case of an unknown key, it's not going to leak the private key in a syscall to fs functions