====== Secure Shell ====== Access your UND Aerospace home-directory and account from on or off campus using a command line. SSH is an encrypted, secure method of communication. Features available are the ability to program your java or c programs remotely, using the files stored in your home directory, and send mail via the text based email client "pine." ===== Settings ===== * Host: shell.aero.und.edu ===== Windows Client Software ===== ==== PuTTY ==== Command line access to a Linux server. * [[http://versiontracker.com/dyn/moreinfo/win/16985|Download]] * [[http://www.chiark.greenend.org.uk/~sgtatham/putty|Homepage]] ==== WinSCP ==== Securely transfer files to/from your home directory. * [[http://winscp.sourceforge.net/eng/download.php|Download]] ===== Advanced Uses ===== ==== X Forwarding ==== First, Download and install Xming server and Xming-fonts. [[http://sourceforge.net/projects/xming|Xming SourceForge Page]] Open Xming, the icon will sit in your system tray. {{:resource:xming.jpg|:resource:xming.jpg}} Open putty Check the Enable X11 Forward box and put :0 in the display location textbox. {{:resource:putty.jpg|:resource:putty.jpg}} Now open your program from the terminal, I chose to open Kate. {{:resource:xforward.jpg|:resource:xforward.jpg}} ==== Port Forwarding ==== Examples found in the "Port Forwarding" section of [[:resource:mysql]].