package
0.0.0-20240712052802-8ce05aa1e02c
Repository: https://github.com/clh021/gutils.git
Documentation: pkg.go.dev

# README

sshutil

prepare test host

docker run -d --rm -p 8022:22 leehom/detect:alpine9.sshd
# images build by dockerfile with /examples/docker/alpine9.sshd/Dockerfile use build.sh
# test host ssh login ok
ssh root@localhost -p 8022
# password is root

do test

make run