Last active
August 8, 2019 11:23
-
-
Save MbuguaCaleb/bf6be70abdeea56072f4c623a9a8f89b to your computer and use it in GitHub Desktop.
SSH CRASH COURSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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