Traversio offers a pure‑Swift interface to SSH2, letting iOS, macOS, and other Apple apps run remote commands, open interactive shells, and perform SFTP transfers without external binaries. It supports modern authentication methods, host‑key verification, and advanced port‑forwarding, all wrapped in async/await. The library targets developers building secure remote‑execution features directly into their apps, and it stands out by using Apple’s transport APIs for better integration and performance compared to older Objective‑C wrappers.
View on GitHub →GitSwiftHQ/Traversio