SSH from Windows to Linux (+ Transfer Files via SFTP)

preview_player
Показать описание
Unfortunately, some of you are running Windows. This video I will show you how to have control of your Linux server though your Windows machine. All this can be done though the command prompt within Windows, but I will go over some 3rd party applications that include additional features and functionality.

00:00 - SSH though Command Prompt
03:25 - Transfer files with SFTP/FileZilla
05:50 - SSH with PuTTY
07:50 - SFTP though Command Prompt

My Workstation (PAID LINKS)
Рекомендации по теме
Комментарии
Автор

Lots of Windows users watched it so I figured this would help. Also I forgot to mention when using the ssh functionality in command prompt you can move entire directories in addition to individual files.

TechHut
Автор

You have no idea how much you have taught me YOU so much, dude! Keep it up!

coreysmith
Автор

Few more options:
- Interesting way is coping files via explorer (virtual drive): raidrive (but: freenium, closed source, no DAC editor)
- Instead filezilla: doublecmd (open source)
- Better terminal emulator: console2 or...
...wsl + vcxsrv + your favorite linux terminal emulator :o)

kaskas
Автор

Gotta love tutorials that fail on the very first step. But that seems to be par for the course for everything in Linux.

For anyone else who gets a "port 22: Connection refused" error, you will probably have to run these commands on your linux machine (even if it seems like ssh server is already good to go):


sudo apt-get update
sudo apt-get install openssh-server
sudo ufw allow 22

harrison
Автор

sftp through cmd was what i was looking for thank you soo soo much ♥

rules
Автор

WOW! I am so happy I found this video! I was getting the "authenticity of host can't be established" and it didn't let me type anything when using scp, I have been looking this solution for like 2 hours, after doing what you did using ssc and then going back to using scp I was able to transfer the file. I really appreciate what you do!! I hope everyone coming to watch this video find their solutions too!

ivanoska
Автор

Thanks you legend! Quick simple straightforward, love it!

DrCharmsTV
Автор

Thank you, worked like a charm between Peppermint Devuan, and Windows 10

Arbolitree
Автор

Oh, I thought it was windows 'sshhh' XD

amirmukhlis
Автор

Thank you for such a comprehensive video

xdubiousx
Автор

Absolute Champion, super easy and works great, thanks mate

RavMky
Автор

I tried everything but unfortunately when I add my password it gives me “ permission denied, please try again” :(. please help I’m stuck

Brother-Aziz
Автор

Excellent, thanks for making this video.

DaSmokeDaddy
Автор

Thanks for the help! It sucks doing it from Windows so I'll probably do it more often from Linux but it's good to know!

homesteadishdad
Автор

Tnx, this is what I been looking for long time

juressic
Автор

please help in the cmd and filezilla too its says that permission denied when i try to upload an file . what should i do ?? pls helpp

k.leoo
Автор

Thank You so much, you made it do easy.

amarindersandhu
Автор

Great Great and Super Great! Thanks man!

SezzzSimon
Автор

Was very helpful, you are awesome.
Needed alternative to filezilla😍😍

nisheksharma
Автор

thanks. increase cmd font, or zoom in please

SSH