logoalt Hacker News

chasiltoday at 1:06 AM1 replyview on HN

Both pscp and psftp have -pwfile.

It is not reasonable to insist on keys for batch use.

Not at all.


Replies

tialaramextoday at 1:17 AM

It's completely crazy to use passwords when you needn't. Passwords are a human readable shared secret, they were already obsolete when SSHv1 was invented last century.

From the outset SecSH (SSHv2, the thing you actually use today and if you're younger, likely the only thing you ever have used) has public key authentication as a Mandatory To Implement feature. Implementations where that doesn't work aren't even SSH, they're garbage.

show 1 reply