hpr1900 :: 20 - SSH Basics
In this we tutorial explore the basics of making an ssh connection.
Hosted by Ahuka on Friday, 2015-11-13 is flagged as Clean and is released under a CC-BY-SA license.
ssh, client, basics.
(Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr1900
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:16:49
Privacy and Security.
In this open series, you can contribute shows that are on the topic of Privacy and Security
So as we saw in the introductory tutorial, SSH uses the Client-Server model. Now, technically a server is just the machine you are connecting to, and there is no reason in principle that it could not be another desktop, a laptop, or even a telephone if it has the appropriate software. and in the previous tutorial we showed how you can easily install and set up an ssh server on your home network using another computer or a Raspberry Pi so that you can experiment with these commands. The model really reduces to you as the client, and the other machine as the server. As with all Internet connections there are standards and protocols involved. The original Telnet communicated over TCP through port 23. Because SSH was conceived as a replacement, it used the same TCP protocols, and was assigned the adjacent port number of 22. For more go to https://www.zwilnik.com/?page_id=726