Vigyata.AI
Is this your channel?

How to Enable SSH on Linux Ubuntu (Easy Step by Step Guide) on WSL2

4.1K views· 136 likes· 17:50· Oct 10, 2023

🛍️ Products Mentioned (11)

In today's Linux tutorial, we will learn "How to Enable SSH on Linux Ubuntu" in an Easy Step by Step Guide on Windows Subsystem for Linux (WSL) version 2. SSH, which stands for Secure Shell, is a widely used network protocol and cryptographic tool for securely connecting to and managing remote computers over an unsecured network. It provides a secure way to access a remote system, transfer files, and execute commands on a remote machine. SSH is a fundamental tool for system administrators, developers, and anyone who needs to access and manage remote systems securely. 👉 Subscribe to the channel and turn on all notifications so that you do not miss future videos: https://www.youtube.com/@koulouiseacademy ➡️ How to Install and Update WSL2 + Ubuntu Linux 22.04 on Windows 10 and Windows 11 👉 https://youtu.be/7PXMMtrwj8Q ➡️ Learn about how to use the "nano" command 👉 https://youtu.be/lciXjoovbys 🔥Commands Used in today's Video 🔥 🔴 PowerShell Port Forwarding Commands ============================= netsh interface portproxy add v4tov4 ` listenport=22 ` listenaddress=0.0.0.0 ` connectport=22 ` connectaddress=172.19.41.90 🔴 Check Port Forwarding Status ============================= netsh interface portproxy show all 🔴 Add a new firewall rule to enable the port on the host machine ============================= netsh advfirewall firewall add rule ` name="Open Port 22 - WSL 2" dir=in action=allow protocol=TCP localport=22 Timestamps ============================= 0:00 ⏩ Intro 📚 BUY MY WIFE'S NEW CHILDREN'S BOOK https://amzn.to/3Yk32Ss My Gear ============================= Laptop - Dell XPS 15 9510: https://amzn.to/44VYDrj Wacom One: https://amzn.to/3DLxrQ9 Camera - Canon EOS T3i with EFS 18-55mm lens Telephoto Lens: https://amzn.to/3QtR0UA Nifty 50 Lens: https://amzn.to/440TpcK Lights: https://amzn.to/3KxIb8K iPad 9th Gen: https://amzn.to/3OrnWdT Dell 7-in-1 USB-C Dock: https://amzn.to/3OWeMrv Tripod: https://amzn.to/3Kvyibq 1080p HD Webcam: https://amzn.to/45fQHB4 Books Recommendation ============================= • Atomic Habits: https://amzn.to/44W2iFz Let's be friends ============================= 📸 Instagram - https://instagram.com/delamywa 🐦 Twitter - https://twitter.com/delamywa Send me fan mail and stuff ============================= Wilfred Andrew Delamy PO Box 861 Iroquois Falls ON P0K 1E0 Canada WHO AM I: I’m Wilfred, a Christian, husband to one wife, father of four children, 18+ years IT Professional working in Schumacher, Ontario, Canada. I started this channel in the loving memory of my maternal grandmother, Kou Louise Dahn Suah to share FOR FREE all that I have learned over the years in Information Technology. Through my grandmother's sacrificial life which put me in the position to be successful, I feel it is only fair that her legacy continues. DISCLAIMER: As an Amazon Associate, I earn from qualifying purchases. It does not cost you anything extra to use them, but they help me to be able to create more videos for you. This help supports the channel and allows us to continue to make videos like this. Thank you for the support! 😜 #openssh #remotecontrol #wsl

🎬 More from Kou Louise Academy