scp-chunk icon indicating copy to clipboard operation
scp-chunk copied to clipboard

password mode

Open benroeder opened this issue 10 years ago • 2 comments

implement password mode, rather than just shared ssh keys

benroeder avatar May 28 '14 16:05 benroeder

parser.add_argument('-p','--password', help='password',required=False)

benroeder avatar May 28 '14 16:05 benroeder

This is generally a bad idea as it is going to appear in the shell history and be visible to any user running ps sshpass looks like the 'best solution' http://linux.die.net/man/1/sshpass

benroeder avatar Jun 12 '14 12:06 benroeder