SSH app

Hello. I would like to develop an application that sends SSH commands via my phone to the server. I know that applications of this type exist, but they are not suitable for my use as a blind person who uses a screen reader. I hope you can help me find libraries that will assist me in development, or ready-made, open-source projects that I can develop and modify if necessary. Thank you in advance.

Answered by DTS Engineer in 830155022

There are a lot of different SSH implementations out there, but I generally recommend SwiftNIO SSH.

This is part of the Swift on Server effort. Those folks generally don’t hang out here on DevForums, but they are active elsewhere. There’s a bunch of great pointers in the Getting Started section of this page:

https://www.areweserveryet.org

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

There are a lot of different SSH implementations out there, but I generally recommend SwiftNIO SSH.

This is part of the Swift on Server effort. Those folks generally don’t hang out here on DevForums, but they are active elsewhere. There’s a bunch of great pointers in the Getting Started section of this page:

https://www.areweserveryet.org

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

SSH app
 
 
Q