SSH Clients
SSH clients mostly use instructions typed at the command prompt.
You will need to become familiar with Linux/Unix commands.
Some useful Unix/Linux commands:
$ ls
$ pwd
$ cd _folder_name_
$ cp file_1 file_2
$ rm file_1
$ cd ..
See RC Learning’s Unix Tutorial to learn more.