Comment on Show HN: Quickly copy a file between computersparentComments−ajross13yUm... why? rsh still builds and works fine if that's what you want.−jbert13yssh with no cipher still requires authentication, and can stil use pubkey auth.So "ssh with no cipher" means "people can snoop, but I can use proper auth". But rsh means "plaintext pw - or worse things if allowed".
Comments
Um... why? rsh still builds and works fine if that's what you want.
ssh with no cipher still requires authentication, and can stil use pubkey auth.
So "ssh with no cipher" means "people can snoop, but I can use proper auth". But rsh means "plaintext pw - or worse things if allowed".