SSH
SSH stands for Secure SHelland is the protocol to send your data over the internet in a safe way. The precursor of SSH, Telnet, was and is more unsafe and that’s why SSH is often used. .
You can log in true SSH on our shell server: shell.nxs.nl
You can use SSH in many ways. We often use PuTTY, a free program which you can download on: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html.
You don’t have to change anything, except the location where you want to want to SSH to. Don’t forget to select the protocol "SSH".
PuTTY
If you open PuTTY you can log in immediately.
You are now logged in. Next you can change some things. We have installed some helpdesks on our server, the so-called editors as stipulated below:
Editors
| Name | Command |
| Midnight Commander | mc |
| Nano | nano |
| VIM | vi |
| GNU Emacs | Emacs |
Examples of commands which you can use in PuTTY yourself:
| Commando's | |
| ls | a list of files and directories |
| ls -a | laat een lijst zien van alle files en directories |
| mkdir | to create a directory |
| cd directory | call directory: call directory: to go to the directory as desired |
| pwd | to show the path of the current directory |
| cat file | to show a file |
| rm file | to remove a file |
| rmdir directory | to remove a directory |
| grep 'keyword' file | to find a file on keyword |
| man 'command' | showes a manuel for the commando |
| cp file1 file2 | to copy file1 and name it file2 |
| mv file1 file2 | to move file1 and name it file2 |
| sort | to sort data |
| who | to see who has logged in |
| ls -lag | to see a list of all file rights |
| mysql -u USERNAME -p | to login on a mysqldatabase |

