libssh2 + OpenSSL + wolfSS
OpenSSL 支持公钥转OpenSSH格式
SSH Term APP ssh2.app 的 SSH2连接核心
.package(url: "https://github.com/sshterm/cssh.git", branch: "main"),
.product(name: "CSSH", package: "CSSH")
.product(name: "SSHKey", package: "CSSH")
.product(name: "OpenSSL", package: "CSSH")
pod 'CSSH/OpenSSL', :git => 'https://github.com/sshterm/cssh.git'
使用完整的OpenSSL包括libssl
pod 'CSSH/OpenSSLFull', :git => 'https://github.com/sshterm/cssh.git'
pod 'CSSH/wolfSSL', :git => 'https://github.com/sshterm/cssh.git'
https://github.com/libssh2/libssh2