Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-14 | add -J proxyjump option (#15) | Ryo Nakamura | |
2024-04-11 | test: get fingerprint for port 8022 before test | Ryo Nakamura | |
2024-04-11 | drop -H disable host key checking option | Ryo Nakamura | |
It can be done by ssh_config instead. | |||
2024-03-12 | test: insert `Port` to /etc/ssh/sshd_config | Ryo Nakamura | |
not to /etc/ssh/sshd_config.d/*.conf because openssh in Rocky Linux in 8 does not support the config.dy directory. | |||
2024-03-12 | fix port tests and v6only test. | Ryo Nakamura | |
port test: sshd listens on 8022 and run mscp with -P 8022 v6only test: change remote name from localhost to ip6-localhost | |||
2024-02-20 | add test cases for resume with checkpoint | Ryo Nakamura | |
Now mscp supports resume (#5) and (#10) | |||
2024-02-07 | add -4 and -6 options to use either IPv4 or IPv6 | Ryo Nakamura | |
2023-03-22 | test: add sleep -1 before ssh-keyscan | Ryo Nakamura | |
2023-03-12 | test: add test_python.py for testing python-mscp | Ryo Nakamura | |
Dockerfiles also adapt themselvs for testing python-mscp bindings. | |||
2022-11-20 | fix CMakeLists.txt | Ryo Nakamura | |
* install mscp from package at docker build phase. * add docker-*-all custom targets. | |||
2022-11-13 | add rocky 8.6 support | Ryo Nakamura | |
2022-11-06 | cleanup docker files and build/test procedure | Ryo Nakamura | |