mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
MSCP_SSH_AUTH_PASSWORD passes a password, and MSCP_SSH_AUTH_PASSPHRASE passes a passphrase for publickey auth. They enable avoiding interactive password input. Test cases are also added.
This test assumes that the user executing the test can ssh to the localhost without password.
- Run pytest through ctest.
python3 -m pip install pytest numpy
cd build
cmake ..
ctest --verbose # or `make test ARGS='-V'`