Template:FAQs HPCC Access: Difference between revisions
From CSDMS
Some SSH questions and answers |
No edit summary |
||
Line 4: | Line 4: | ||
::* [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] | ::* [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] | ||
::* [http://www.cryptzone.com/products/agmindterm/ MindTerm], and | ::* [http://www.cryptzone.com/products/agmindterm/ MindTerm], and | ||
::* [ | ::* [https://www2.stat.duke.edu/comp/security/install-ttssh.html TTSSH] |
Latest revision as of 10:50, 16 October 2019
- What is SSH?
Secure Shell (SSH) is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over insecure channels. SSH provides secure X connections and secure forwarding of arbitrary TCP connections. - How can I upload or download files?
You must use a utility that uses the SSH protocol. Some option are sftp, scp, or rsync (make sure you specify ssh encryption with -e ssh). These utilities should be provided on most linux/unix platforms (including Max OS X). - Where can I find other SSH clients?
Microsoft Windows users also have several choices for ssh client support, including: