Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 177 Bytes

sshpass.md

File metadata and controls

5 lines (4 loc) · 177 Bytes

Authenticate using plaintext password inside command prompt (can be used with proxychains)

sshpass -p '<password>' ssh <user>@<rhost> -o 'StrictHostKeyChecking=no'