Update SSH tutorial link

This commit is contained in:
teachingtechYT
2022-01-21 10:48:14 +11:00
parent 2d705aac1b
commit 6a23283d76

View File

@ -141,7 +141,7 @@
<div id="ssh"> <div id="ssh">
<p>This tab has a companion video:</p> <p>This tab has a companion video:</p>
<iframe loading="lazy" width="480" height="360" src="https://www.youtube.com/embed/-bbJkvTYO8A" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <iframe loading="lazy" width="480" height="360" src="https://www.youtube.com/embed/KQVQOq0Tpgo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2>Connecting via SSH to a Raspberry Pi</h2> <h2>Connecting via SSH to a Raspberry Pi</h2>
<p>Connecting to a Pi from your PC is possible via Secure Shell (SSH). This is a protocol for communicating with the Pi remotely. This is needed because we typically run the Pi headless on our 3D printers (no attached GUI).</p> <p>Connecting to a Pi from your PC is possible via Secure Shell (SSH). This is a protocol for communicating with the Pi remotely. This is needed because we typically run the Pi headless on our 3D printers (no attached GUI).</p>
<h4>PuTTY</h4> <h4>PuTTY</h4>