How to SSH into Windows from Windows (and copy files remotely)

Поділитися
Вставка
  • Опубліковано 14 лют 2022
  • Learn how to SSH into Windows 10 from another Windows machine, Mac, or Linux computer. We will accomplish this be enabling the OpenSSH server on Windows. You will also learn how to copy files remotely with the scp command.
    Find more at tonyteaches.tech
    Check out my vlog channel @TonyFlorida

КОМЕНТАРІ • 77

  • @DylanTownsend
    @DylanTownsend Рік тому +3

    first powershell command should be : Get-WindowsCapability -Online | ? Name -like 'OpenSSH*' - this worked for me instead

  • @0xbitbybit
    @0xbitbybit Рік тому +3

    Did exactly that, but refuses to connect, despite the password being correct, any ideas?

  • @pjmclenon

    hello its not working for me--i get timed out--and even when i do pasowrdless sssh like i did ssh-copy-id remotecompiterIp --it either seems time out or cannot reach host

  • @srushtishahajanavar8962

    How to know the password of remote window

  • @henrycheny2414
    @henrycheny2414 Рік тому +3

    why I input the correct password still get the permission denied error.

  • @pjmclenon

    i turned windows defender i have ssh server on both win1- machies i tried wsl ubuntu and i still cannot connect my 2 local machines on the same network thru ssh

  • @c.h.scarcare7608

    It's working on WAN.....?

  • @djfl58mdlwqlf
    @djfl58mdlwqlf Рік тому

    What happens if our server's ip is not static?

  • @Bla12300

    I don’t have Remote Desktop Connection. What is the other options please??

  • @knowledgeadda1861
    @knowledgeadda1861 Рік тому

    when i do scp it says failed to open file, although ssh works

  • @henrikj2

    Great how to video! Straight to the point and thoroughly demonstrations of the basics with some extra useful command advices too. Keep up the good work! 👍

  • @1rv04ee065

    Your videos are simple and easy to understand as the examples that are demonstrated are crisp, clear and quite easy to follow . Keep up the good work in knowledge sharing . Thank you . Great job !

  • @MykhailoKadenko

    Thank you very very much! Really helped me out

  • @adamasimolowo8285
    @adamasimolowo8285 2 роки тому +3

    pretty similar to FTP but SSH is more secure, wish I knew this before. was utilizing FTP to transfer files from local location to remote location.

  • @WINGNUT307
    @WINGNUT307 2 роки тому +9

    First time I've come across you. Such a clear explanation and good graphics too; well done.

  • @sanjeevpro
    @sanjeevpro Рік тому

    Very nicely explained.

  • @zhangyue1994

    Thank you!

  • @mateogaleano8188
    @mateogaleano8188 Рік тому

    Its amazingggg!! thank you so muuuch!!!!!

  • @NBZ-

    Best tutorial!

  • @topetony1431

    Great video, really love the demonstration. I have a question though, can the scp be used to copy items from a window to linux machine?