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 learning.rc.virginia.edu/tutorials/unix-tutorial/ to learn more.