-
Notifications
You must be signed in to change notification settings - Fork 29
Getting Started with SwiftTermApp
SwiftTermApp is an SSH client for iOS and iPadOS, and you can use it to connect to remote Linux, Unix, Mac and Windows systems using the SSH protocol.
To use SwiftTerm, you start by defining a host that you want to connect to. This is done by selecting "Hosts" from the launch screen, and then selecting "Add Host".
Once you have selected to add a host, you can enter a memorable name for it, and you should provide both an address (can be a hostname, or an IP address) as well as a username to connect as:
Then you should select what kind of authentication you want to use. You can either use a password (and you can either provide it now, or provide it every time you login). I strongly recommend that you use an SSH key instead, that will require an extra step documented below.
Save your host configuration. At this point, if you selected the password option, you can just tap on the resulting host to connect to it, if you provided a password, it should connect you to your host, otherwise you will be prompted for the password.
For every new host, SwiftTermApp will show you a fingerprint for the remote host - this is shown to ensure that you are connecting to the host you intended to, and not some system that might be pretending to be the host you are connecting to. If in doubt, consult your network administrator to confirm that the fingerprint is correct.
To use SSH keys with SwiftTerm, you need to bring the private SSH component into your SSH keys.
Here are the options under "Keys":
See the page on Keys for detailed information about each option.