Skip to content

Instantly share code, notes, and snippets.

@MbuguaCaleb
Last active August 8, 2019 11:23
Show Gist options
  • Select an option

  • Save MbuguaCaleb/bf6be70abdeea56072f4c623a9a8f89b to your computer and use it in GitHub Desktop.

Select an option

Save MbuguaCaleb/bf6be70abdeea56072f4c623a9a8f89b to your computer and use it in GitHub Desktop.
SSH CRASH COURSE
SSH(Entails to when a client is communicating to a server)
SECURE SHELL
PROROCOL TO COMMUNINCATE WITH OTHER COMPUTERS AND SIMILAR TO (https,http,ftp)
Used to do just about anything in a remote computer and mostly used via the terminal/commandLine
Traffic is Enccrypted
Can also be used via GUI eg in WINSCP
Can also be used in ftp..file zilla
The server must have sshDaemon which is what enables it be accessible to a client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment