Go to file
2022-09-16 17:00:50 +08:00
aes.c 去除命令解密,采用函数解密 2022-09-16 16:52:23 +08:00
aes.h 去除命令解密,采用函数解密 2022-09-16 16:52:23 +08:00
main.c 去除命令解密,采用函数解密 2022-09-16 16:52:23 +08:00
Makefile 增加安装和卸载 2022-09-16 17:00:50 +08:00
README.md 去除命令解密,采用函数解密 2022-09-16 16:52:23 +08:00

remote_libssh

远程执行shell命令
支持aes 128位加密密钥文件写入程序中
支持指定未加密的密钥文件

编译

git clone https://git.aixiao.me/aixiao/remote_libssh
cd remote_libssh
make clean; make

Help

remote command
Author: aixiao@aixiao.me
Usage: [-?hlfpkib]

   Options:
       -l          : host name                  # 主机名或Ip
       -p          : host port                  # 端口
       -u          : user name(default: root)   # 用户名
       -e          : user passwd                # 密码(默认root)
       -k          : private key passwd         # 私钥密码
       -f          : private key file           # 指定私钥文件
       -i          : interactive shell session  # 交互模式
       -c          : command                    # 执行的命令
       -? -h       : help information