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-11 | install-build-deps.sh has --dont-install and --platform options. | Ryo Nakamura | |
All docker files do not call isntall-build-deps.sh. Instead, cmake passes REQUIREDPKGS to Dockerfiles, which is derived from the output of ./scripts/install-build-deps.sh --dont-install --platform PLATFORM. This change enables caching package installaion during docker build. | |||
2024-02-07 | add -4 and -6 options to use either IPv4 or IPv6 | Ryo Nakamura | |
2024-02-04 | bump up container image versions and drop using CPack | Ryo Nakamura | |
We have already provided DEB packages in launchpad PPA and RPM packages in COPR. Thus, we need no more deb/rpm packages in Github releases. The single binary build of mscp is an execptio. Updated container image versions: - almalinux 8.8 -> 9.3 - rocky 8.8 -> 8.9, and 9.3 is added - alpine 3.17 -> 3.19 | |||
2024-02-04 | build deb sources inside a container | Ryo Nakamura | |
A new build target `build-deb` builds mscp deb inside a docker container. All debuild -us -uc outputs are copied to build/debbuild directory. | |||
2024-01-20 | fix install-build-deps.sh to run on FreeBSD | Ryo Nakamura | |
2023-07-20 | drop centos8, add almalinux 8.8, update rocky to 8.8 | Ryo Nakamura | |
And cleanup Docker files | |||
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-24 | update github workflows to fit patched libssh | Ryo Nakamura | |
2022-11-20 | remove `sudo` | Ryo Nakamura | |
2022-11-20 | fix CPACK build dependency | Ryo Nakamura | |
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 | |