Hacker News new | ask | show | jobs
by Ajedi32 207 days ago
Are GitHub creds any harder for malware to steal than NPM creds? I don't see how that helps at all.
1 comments

well, if you talk about private SSH keys for Git operations and SSH/GPG keys for signing, then you'd better set up a passphrase on them, which GitHub strongly recommends. the passphrase will make it significantly harder to use the keys. so, as usual, It Depends (c)