Last active
November 16, 2023 02:53
-
-
Save chenxinlong/cfaffe26bd159f2d5da50183f0ecd366 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install | |
``` | |
brew install esolitos/ipa/sshpass | |
``` | |
according to https://github.com/kevinburke/sshpass/issues/3 | |
# use | |
sshpass -p \"your password\" ssh [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment