GFDRR Open Source Mentoring Guide

GFDRR Open Source Mentoring Guide

View the Project on GitHub GFDRR/mentoring-guide

Secure Shell (SSH)

Understanding how to connect between your own machine and a remote server using a secure protocol is essential to being able to deploy and maintain modern web applications. If you do not already know how to use ssh, you should follow the material below to familiarize yourself with this basic command. If you do not have another server to connect to, you should consult with your mentor in order to get access to one for testing.

Goals/Objectives/Outcomes

Reference Material

Measures of Success

Participant understands how to use ssh to connect to a remote machine using a specific user/password comb, on a port other than 22, using private keys and from a windows machine.