How to install and use SSH on Linux

  Рет қаралды 67,380

Average Linux User

Average Linux User

Күн бұрын

Пікірлер: 61
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Get a Private Virtual Server and $25 for free at UpCloud: upcloud.com/signup/?promo=alu25 1:50 Configure Local client computer. 2:15 Configure Remote server computer 3:20 Make sure your firewall doesn't block the ssh connection. 3:56 How to establish a connection with a terminal, FileZilla and your File manager. 5:44 How to open remote graphical programs. 6:08 How to transfer file between computers using ssh.
@michaelmiller7892
@michaelmiller7892 4 жыл бұрын
Great tutorial! Everything I needed to get started with SSH, short and straight to the point.
@mishrasidhant
@mishrasidhant 3 жыл бұрын
Wow! I love the way you structure your videos with a quick preview, complete breakdown of what to expect and amazing explanations! Thank you for such good content! 🙂
@Berntisso
@Berntisso 4 жыл бұрын
Was it really that simple?! I was expecting spending hours with configuring and dealing with security stuff, and it's literally just two words in the command-line! *MINDBLOWN*
@SimulationNPC
@SimulationNPC 3 жыл бұрын
You are the most clear and helpful linux content creator. Thank you for your guidance!
@alexherget
@alexherget 5 жыл бұрын
I use ssh all the time. Great vid. Big thumbs up! :)
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
I use it everyday too. Thanks for the comment
@mjtullio
@mjtullio 5 жыл бұрын
Great video! Waiting for the next part on SSH 😀
@renatojlopes
@renatojlopes 3 жыл бұрын
Thank you for putting this tutorial together! Great help!!
@la_kukka
@la_kukka 3 жыл бұрын
Short Sweet and Straight forward!! Thank you
@BrucesWorldofStuff
@BrucesWorldofStuff 5 жыл бұрын
Thanks for the video, I will have to give SSH a try... Looks neat to use...
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
The easiest way to experience it is to create an account at UpCloud.com with promo code alu25. Watch the video kzbin.info/www/bejne/gXWZpYWVZbmisLM
@setheheart4911
@setheheart4911 2 жыл бұрын
Excellent video. Learned a lot. Many thanks!
@Andy-zj6xc
@Andy-zj6xc 5 жыл бұрын
Windows 10 have a built-in SSH Client, go to Settings > Apps > Apps and Features > Manage Optional Features
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Thanks. I don't use Windows so I had no idea. Many years ago when I used Windows, I used PuTTY
@Turjak_art
@Turjak_art 3 жыл бұрын
Thank you helped me a lot
@elmoreglidingclub3030
@elmoreglidingclub3030 3 жыл бұрын
Very helpful!! Thanks for posting.
@danialkhosravi7396
@danialkhosravi7396 3 жыл бұрын
thank you so much it war wery helpfull for me
@vladimirmikulic7860
@vladimirmikulic7860 5 жыл бұрын
I needed this, thanks.
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Thanks for watching
@josefbilek1020
@josefbilek1020 4 жыл бұрын
Thanks man! awesome work
@thomasbake
@thomasbake 3 жыл бұрын
Hi, great video!!! I was also wondering how to disconnect from remote when I'm done? Thanks!
@cabengg
@cabengg 3 жыл бұрын
grat tutorial , thank you very much
@cesar.vasconcelos
@cesar.vasconcelos 5 жыл бұрын
Great video!
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Thank you
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
This tutorial is also available in text averagelinuxuser.com/how-to-install-and-use-ssh-on-linux/
@nkmicros540
@nkmicros540 5 жыл бұрын
Good work, great content. I knew about ssh but I learned one more thing, I didn't know: "ssh -X....". =D
@nkmicros540
@nkmicros540 5 жыл бұрын
Great video as usual. I have a suggestion: Please don't make the linux terminal full screen when recording the screen, as sometimes when I want to follow and copy a command, pausing the video, youtube full screen has Header (with video title on it) and the footer (with video time line and the other controls on it) and these header or sometimes the footer covers the actual terminal line to type from. Thanks
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Alright! Thanks for pointing out this problem
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
BTW, it may be more convenient to copy commands from the website averagelinuxuser.com/how-to-install-and-use-ssh-on-linux/
@GooogleGoglee
@GooogleGoglee 5 жыл бұрын
Best Linux KZbin channel ever!!
@spaceiswater6539
@spaceiswater6539 5 жыл бұрын
Great video, how would you ssh to a computer if its over the internet as I don't understand how to do it, as all the computers seem to have the same internet IP address which makes it impossible to choose a machine to ssh to?
@spaceiswater6539
@spaceiswater6539 5 жыл бұрын
@@rennessaince357 Thank you so much for your help, I will look into this.
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
You can find your public IP at ifconfig.me but you also need to open ssh port in your router.
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Personally, I connect to my work network with my work VPN and then I access my work computer from within my work network with ssh
@scottlinovitz2880
@scottlinovitz2880 5 жыл бұрын
Excellent video, thank you.
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Thank you for watching and commenting
@dimitristsoutsouras2712
@dimitristsoutsouras2712 5 жыл бұрын
Hi...nice informative video. Question though...if someone is to access via putty his server not being at the local network (the client pc) how can you manage that? Tried to enter in Putty user_name@server_name but probably its common logic that Putty cant relate the server name with its IP on a remote site. Only with DDNS or something similar? I am talking about a server in a network with a dynamic IP setup PS ufw is enabled in case that matters
@noel_curray
@noel_curray 2 жыл бұрын
Hi. What should I install if I want to connect to a laptop? openssh-client or openssh-server?
@HK-sw3vi
@HK-sw3vi 3 жыл бұрын
thanks a lot
@GooogleGoglee
@GooogleGoglee 5 жыл бұрын
How can you configure SSH with your own keys and certificates? Can you make a video on this?
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Yes, it's a topic for the next video
@ixtirochiavlodlar
@ixtirochiavlodlar 4 жыл бұрын
Is It global connect or local connect?
@chandruarul7941
@chandruarul7941 Жыл бұрын
Is this work with two different ip address???
@robitops1547
@robitops1547 5 жыл бұрын
awesome bro
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Thanks
@dwd_0105
@dwd_0105 Жыл бұрын
which PuTTy version do i need to install for my windows client?
@narayanaswamy9596
@narayanaswamy9596 2 жыл бұрын
Hi, I have private keys to connect my servers and one of my server is through password authentication. So I decided to generate a public key and place it in authorized_keys of that server. When I generate Public key. I'm not able to connect my remaining servers. I don't know what has happened could you please tell me I'm struggling 😔.
@dimitristsoutsouras2712
@dimitristsoutsouras2712 5 жыл бұрын
Also to my previous comment. i generated the ssh files from the server side (not from the client as in your video). Now when i issued the command ssh-copy-id -i ~/.ssh/id_rsa.pub username@serveraddress i put ok the username (lets say it test) and the address of the server I was already logged in. In your write tutorial you mention that this command will create a file Well in mine with ls -a in home/user.name/.ssh it created a known_hosts file and not the authorized_keys file . Why is that?
@Shirorim
@Shirorim 4 жыл бұрын
Can I share all screen with ssh? I want to connect another pc, raspery pi away.
@anton-pavlov
@anton-pavlov 5 жыл бұрын
Thanks for the overview! waiting for VPN.
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Thanks. I will make a VPN video
@eladgez2754
@eladgez2754 2 жыл бұрын
can't get it to work, neither ssh or putty froma windows machine to an ubuntu one. it keeps saying acsses denied even though I'm 1000% sure its the right password, since i used it to log in to ubuntu in the first place. i don't know what else can i do.
@amitkesari2000
@amitkesari2000 3 жыл бұрын
Tried to connect with my friend's pc...it refused the connection 🤷
@YouTubeYouTube-qg6vl
@YouTubeYouTube-qg6vl 5 жыл бұрын
Ddr4 and ssd
@deepstonecrypt
@deepstonecrypt 3 жыл бұрын
Does this only work on local networks? Because I have tried to log in from ankther network and I could not establish a connection
@serge5046
@serge5046 5 жыл бұрын
Hello ALU ssh is not primarily used to transfer files so FileZilla and sftp through the file manager should have been covered in a video about FTP! You need to show SSHFS as well in your next video. You forgot to explain the options of lsof! You should have shown the config files of the server and where the keys are located. You should have explained the principles of the public key and the private key. All in all the will to have a video about ssh in less than 10 minutes is a bad idea. This guy has done a video only about ssh keys: kzbin.info/www/bejne/o3eZe2CMhq2DrqM So if you make short videos about ssh you need to do at least five or six videos to cover the subject like theurbanpenguin did it. Cheers
@AverageLinuxUser
@AverageLinuxUser 5 жыл бұрын
Hello Serge, Thanks for your comment. It's been a while. Your comments are always constructive. I will explain keys in the next video.
@fxstreamer238
@fxstreamer238 4 жыл бұрын
stop pronouncing the "th" z. that doesnt make any sense
OpenSSH for Absolute Beginners
23:00
Veronica Explains
Рет қаралды 118 М.
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 12 МЛН
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 64 МЛН
Thank you Santa
00:13
Nadir Show
Рет қаралды 54 МЛН
The Beginner's Guide To SSH
20:10
DistroTube
Рет қаралды 59 М.
the 7zip rabbit hole goes extremely deep. (1000's of crashes)
12:50
you need to learn tmux RIGHT NOW!!
17:46
NetworkChuck
Рет қаралды 577 М.
Linux Crash Course - Connecting to Linux Servers via SSH
15:54
Learn Linux TV
Рет қаралды 70 М.
How to Remote Admin using SSH on Windows and Linux Server
8:53
Linux Crash Course - systemd: Using the systemctl command
26:32
Learn Linux TV
Рет қаралды 102 М.
How to use SSH Public Key authentication
8:26
Average Linux User
Рет қаралды 123 М.
The Linux Experience
31:00
Bog
Рет қаралды 1,6 МЛН
NEVER install these programs on your PC... EVER!!!
19:26
JayzTwoCents
Рет қаралды 4,1 МЛН