School Of Basics | What is SSH | How SSH works

  Рет қаралды 102,981

Automation Step by Step

Automation Step by Step

3 жыл бұрын

more about Raghav - automationstepbystep.com/
Story of SSH - automationstepbystep.com/2020...
You can support my mission for education by joining this channel as member - kzbin.info...
Hi, I am Raghav and today we will learn -
What is SSH
How SSH Works
Why SSH was created
SSH Client
SSH Server
SSH Authentication
Public & Private Keys
Hit Like and. Subscribe button, if you like this video. It gives me great motivation.
You can support my mission for education by sharing this knowledge and helping as many people as you can
If my work has helped you, consider helping any animal near you, in any way you can.
Other topics in School of Basics
How Appium works - • School Of Basics | How...
How Selenium works - • | School Of Basics | S...
What is API - • School Of Basics | Wha...
How API works - • School Of Basics | API...

Пікірлер: 233
@svetanayanr8930
@svetanayanr8930 3 жыл бұрын
It is like.. I have a doubt.. i come to your channel with 0 knowledge.. search the keyword.. get it here.. and i definetely go back with a good content.. You are actually creating livelihoods for people with your knowledge.. (PS: and then i show off my knowledge :D ha ha) Thanks a lot.. please continue educating us..!!
@RaghavPal
@RaghavPal 3 жыл бұрын
So humbled to read your message Sveta
@michaelrider9067
@michaelrider9067 2 жыл бұрын
Today was my first day on the job as a junior dev(just transitioned careers ), and SSH kicked my butt while I was trying to set up my dev environment. I've spent my afternoon after work watching videos and researching SSH. This is easily the best video on SSH. Thank you for sharing this information with the community.
@RaghavPal
@RaghavPal 2 жыл бұрын
So happy to know it
@anakie9660
@anakie9660 Жыл бұрын
true this one helped me a lot
@JPH-ps6ic
@JPH-ps6ic 27 күн бұрын
Raghav - thank you for this video. It is super helpful to me. But I have one question about the two key process. At 9:51 in the video, this makes sense, but I recently saw a different video describing it in this way -> Step 1: Client sends connection request to Server. Step 2: Server sends Client a random string that is encrypted using the Public Key Step 3: Client DECRYPTS this random string using the Private Key, and sends back information to the Server that proves that it indeed decrypted it. Step 4: Server authenticates this information. As you can tell, this process that I described is similar, but the client does the decrypting. In your video, Step 3 shows the client ENCRYPTING the message for the SERVER to decrypt. I wanted to ask you if both processes are viable, and if they have different names, or if one of these processes is incorrect. Trying to sort this stuff out while learning about SSH and any input would be greatly appreciated!
@RaghavPal
@RaghavPal 26 күн бұрын
JP Let's delve into the intricacies of SSH key-based authentication. It's great that you're exploring this topic, and I'll clarify the processes for you. 1. SSH Key Pair Generation: - Client: The client generates an SSH key pair consisting of a public key and a private key. - Public Key: The public key is shared with the server. - Private Key: The private key remains securely on the client machine. 2. Server Configuration: - The server stores the client's public key in a special file (usually `~/.ssh/authorized_keys`). - The server marks the public key as approved for authentication. 3. Authentication Process: - When the client connects to the server: - The server sends a random string to the client. - The client encrypts this random string using its private key. - The client sends the encrypted string back to the server. - The server decrypts the received string using the public key. - If successful, the server authenticates the client. Now, let's address the difference you noticed: - Your Description: - The client decrypts the random string using its private key. - The client then sends back information to the server. - The server authenticates based on this information. - Video Description (as per your observation): - The client encrypts the random string using its private key. - The server decrypts the received string using the client's public key. - If successful, the server authenticates the client. Both processes are viable and achieve the same goal: secure authentication using SSH keys. The video's approach emphasizes the client's role in encrypting the message, while your description highlights the client's role in decrypting it. These are two sides of the same cryptographic coin In summary, both methods are correct, and they don't have different names. The key pair ensures secure communication, and the specific steps may vary slightly in how they're described Keep exploring, and feel free to ask more questions as you learn..
@AbdulRehman-pc2xx
@AbdulRehman-pc2xx 3 жыл бұрын
From Lahore Pakistan. ALLAH bless you, Ameen. You explained this SSH in a very super duper easy way. And Yes Sir please stay home and stay safe. MAY ALLAH take India out from this hell situation Ameen.
@PrabasPerspective
@PrabasPerspective 3 жыл бұрын
The Day begins with your video about SSH. It was awesome and clear explanation with example. Thanks Raghav.
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome!
@scottrussell6873
@scottrussell6873 3 жыл бұрын
Thank you! I finally understand how public/private key encryption works!
@RaghavPal
@RaghavPal 3 жыл бұрын
Glad it helped Scott
@arun53413
@arun53413 3 жыл бұрын
Hi Raghav, It was a good Explanation. You are doing a Great Job of sharing your knowledge which is helping many of us. Keep up the Good Work !!
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Arun
@sundarmishra561
@sundarmishra561 2 жыл бұрын
Thank you for providing this great resource. Very grateful to you.🤝👏👏
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Sundar
@jaikishank
@jaikishank 2 жыл бұрын
Thanks for the clear explanation in the video. Deeply appreciate your knowledge sharing...
@RaghavPal
@RaghavPal 2 жыл бұрын
Glad it was helpful Jaikishan
@RachitMalvi
@RachitMalvi 2 жыл бұрын
Thank you, Raghav. Great expalination!
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Rachit
@hariprasath838
@hariprasath838 2 жыл бұрын
Thank you so much sir. I heard this term yesterday. And I can say now, that I know that how SSH is working in basic level. I loved the way you had explained using transferring locked box between two friends. Thank you so much sir:)
@RaghavPal
@RaghavPal 2 жыл бұрын
Excellent Hari
@nandhinirajendran1396
@nandhinirajendran1396 3 жыл бұрын
You are my guru for years 🙏🏼🙏🏼🙏🏼🙏🏼
@RaghavPal
@RaghavPal 3 жыл бұрын
Humbled to know this Nandhini
@tomriddle2427
@tomriddle2427 3 жыл бұрын
Brilliant it was the way you explained can't be any simpler, thank-you
@RaghavPal
@RaghavPal 3 жыл бұрын
You're welcome!
@madhavans8442
@madhavans8442 2 жыл бұрын
please continue educating us.Thanks!
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Madhavan
@grigoriyz
@grigoriyz 2 жыл бұрын
Thank you for easy explanation! Good job!
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome
@dayanandswami8109
@dayanandswami8109 5 ай бұрын
really, this box example now clear the funda of ssh that how it is secure & how it works. Thanks for making this valuable video.
@RaghavPal
@RaghavPal 5 ай бұрын
Glad it helped Dayanand
@bandlamudi1206
@bandlamudi1206 3 жыл бұрын
Really a nice video, I did watch few videos so far, did not get clear idea about ssh process. The way you presented the topic is awesome. Thank you Raghav
@RaghavPal
@RaghavPal 3 жыл бұрын
You are most welcome
@karthiknarayan8
@karthiknarayan8 2 жыл бұрын
Thank you for the simple explanation..really helpful.🙏
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome
@santoshbehera9261
@santoshbehera9261 2 жыл бұрын
Thank you for getting the knowledge from you I searched for.
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Santosh
@toallin150
@toallin150 2 жыл бұрын
Thank you Raghav 🙌 . Great explanation!
@RaghavPal
@RaghavPal 2 жыл бұрын
Glad it was helpful!
@sandeep87raju
@sandeep87raju 3 жыл бұрын
Such a wonderful explanation Raghav. You are a great guy :)..
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks for watching Sandeep
@saifuddinraj8774
@saifuddinraj8774 3 жыл бұрын
Awesome explanation. Thank you 😊
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Saifuddin
@biswabhusanswain7528
@biswabhusanswain7528 2 жыл бұрын
Thanks for clearing my doubt 🙏🙏🙏
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Biswa
@codenexa1666
@codenexa1666 8 ай бұрын
It is simply an amazing overview, On point explanation. Thanks for sharing amazing information. Keep uploading this kind of informative videos for us.
@RaghavPal
@RaghavPal 7 ай бұрын
So nice of you
@neelakantannilakantanswami4031
@neelakantannilakantanswami4031 2 жыл бұрын
Thanks for the info . Keep continuing your good work
@RaghavPal
@RaghavPal 2 жыл бұрын
Thanks, will do!
@radhikarao5106
@radhikarao5106 3 жыл бұрын
Great Explanation! Can you please explain how SSL and SSL certs work with an analogy? If you can show us how to Create and replace certs in a server that would be great!!
@RaghavPal
@RaghavPal 3 жыл бұрын
Sure Radhika, I will plan a session
@whattheydoexactly7794
@whattheydoexactly7794 3 жыл бұрын
thank you for such wonderful explanation
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Nachiket
@ayushpatel2171
@ayushpatel2171 2 жыл бұрын
Nice explanation sir thank you very much.
@RaghavPal
@RaghavPal 2 жыл бұрын
You are most welcome Ayush
@ThePuneet681
@ThePuneet681 3 жыл бұрын
Simple and clear explanation, thanks 🙏
@RaghavPal
@RaghavPal 3 жыл бұрын
Glad it was helpful!
@rageshnc
@rageshnc 3 жыл бұрын
Thank you for the short but clear explanation....
@RaghavPal
@RaghavPal 3 жыл бұрын
Glad it was helpful Ragesh
@shadow_self8564
@shadow_self8564 2 жыл бұрын
Beautifully explained. Thanks
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Saurabh
@ekleanthony7735
@ekleanthony7735 2 жыл бұрын
Nice video.. Thanks for the explicit and careful explanation.
@RaghavPal
@RaghavPal 2 жыл бұрын
Glad it was helpful
@sophiyaanudeep9397
@sophiyaanudeep9397 Жыл бұрын
Miraculous explanation... crystal clear...
@RaghavPal
@RaghavPal Жыл бұрын
Thanks Sophiya
@shaikhanuman8012
@shaikhanuman8012 Жыл бұрын
Great Content sir. Tq for providing.
@RaghavPal
@RaghavPal Жыл бұрын
Always welcome
@dineshdewangan8390
@dineshdewangan8390 3 жыл бұрын
Great sir, Waiting for next..
@RaghavPal
@RaghavPal 3 жыл бұрын
Will be coming next week Dinesh
@KisiselBilgi
@KisiselBilgi Ай бұрын
it's absolutely great explain 👏👏👏
@RaghavPal
@RaghavPal Ай бұрын
Glad it was helpful!
@JohnJohnson-sf5wl
@JohnJohnson-sf5wl Жыл бұрын
Thanks for the simple explanations
@RaghavPal
@RaghavPal Жыл бұрын
You're welcome John
@kommuram5435
@kommuram5435 3 жыл бұрын
Hi Raghav, thanks for the valuable info. Can you please explain how ssl works and how to setup on aws and Onpremise servers
@RaghavPal
@RaghavPal 3 жыл бұрын
I will plan for that Ram
@kommuram5435
@kommuram5435 3 жыл бұрын
@@RaghavPal thanks Raghav
@vitteshwarayaramanavenky2187
@vitteshwarayaramanavenky2187 2 жыл бұрын
Explained very well,I thanking you sir
@RaghavPal
@RaghavPal 2 жыл бұрын
You are welcome
@rogerthat7190
@rogerthat7190 Жыл бұрын
Thank you sir for the clear explanation
@RaghavPal
@RaghavPal Жыл бұрын
Most welcome
@mahimahesh5616
@mahimahesh5616 3 жыл бұрын
It would be helpful if u make videos to clear interviews explaining real time scenerios
@RaghavPal
@RaghavPal 3 жыл бұрын
I will do
@mohammadahmedragab837
@mohammadahmedragab837 2 жыл бұрын
thank you so much , great explanation
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Ahmed
@jimmelbermudez
@jimmelbermudez 2 жыл бұрын
Thank you very much Sir . Your student from Philippines ☺️
@RaghavPal
@RaghavPal 2 жыл бұрын
You are very welcome Jimmel
@GaneshNayak
@GaneshNayak 3 жыл бұрын
Too good man.. very well explained..
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks a ton Ganesh
@shrutibansal5261
@shrutibansal5261 2 жыл бұрын
Great video
@luckyadeloye3452
@luckyadeloye3452 Жыл бұрын
Thank you so much for this video and the link to the conversation between mickey and minnie on ssh.
@RaghavPal
@RaghavPal Жыл бұрын
Most welcome Lucky
@elaveniltharumarasan5484
@elaveniltharumarasan5484 6 ай бұрын
Very nicely done! Thank you!
@RaghavPal
@RaghavPal 6 ай бұрын
Most welcome Elavenil
@rajeeshnangariyil3600
@rajeeshnangariyil3600 2 жыл бұрын
These information are gold dust
@RaghavPal
@RaghavPal 2 жыл бұрын
Thanks Rajeesh
@kamaleshpramanik7645
@kamaleshpramanik7645 2 жыл бұрын
This is superb ... Thank you very much Sir.
@RaghavPal
@RaghavPal 2 жыл бұрын
You are most welcome Kamalesh
@NehaYT
@NehaYT 6 ай бұрын
Very well explained sir 🎉
@RaghavPal
@RaghavPal 6 ай бұрын
Thanks and welcome Neha
@yavdhesh
@yavdhesh 2 жыл бұрын
dhanywaada guruji
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Yogesh
@srikanthgandhi7289
@srikanthgandhi7289 2 жыл бұрын
Very clear Explanation. 🙏 thanks lot
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Srikanth
@wmchow8943
@wmchow8943 Жыл бұрын
Very well explained and used Git as example make it more easy to understand
@RaghavPal
@RaghavPal Жыл бұрын
Thanks a lot
@kedardeuskar3865
@kedardeuskar3865 3 жыл бұрын
Nice Explanation of SSH
@RaghavPal
@RaghavPal 3 жыл бұрын
Glad it was helpful Kedar
@poojagupta-nk7rq
@poojagupta-nk7rq 3 жыл бұрын
sir you are simply best i am working past 1 year but today i understood exact scene thankyou my teacher
@RaghavPal
@RaghavPal 3 жыл бұрын
You are most welcome Pooja
@RahulWalli
@RahulWalli Жыл бұрын
Thank you so much for this video 💓
@RaghavPal
@RaghavPal Жыл бұрын
Most welcome 😊
@MiraclesU123.
@MiraclesU123. 3 жыл бұрын
Nice and simple explanation!
@RaghavPal
@RaghavPal 3 жыл бұрын
Glad it was helpful!
@odunayokomolafe9485
@odunayokomolafe9485 2 жыл бұрын
Great presentation!
@RaghavPal
@RaghavPal 2 жыл бұрын
Thanks for watching Odunayo
@xyz123636
@xyz123636 3 жыл бұрын
Your all videos are very helpful. If possible, please create few videos for shell scripting topic. Thanks for creating nice videos, God bless
@RaghavPal
@RaghavPal 3 жыл бұрын
Sure, I will do
@tulasiramsunkara
@tulasiramsunkara 3 жыл бұрын
Excellent explanation 👌👏👏👏👏
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks for watching Tulasi
@eugenegorodetsky6494
@eugenegorodetsky6494 2 жыл бұрын
thanks ! really helpfull
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Eugene
@arunprasad8261
@arunprasad8261 2 жыл бұрын
nice lecture on SSH. thanks
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Arun
@canadatorontovideos7283
@canadatorontovideos7283 3 жыл бұрын
Kindly need a step by step video on automation testing about azure data lake/factory/blob etc.
@RaghavPal
@RaghavPal 3 жыл бұрын
Will check on this Suhasini
@canadatorontovideos7283
@canadatorontovideos7283 3 жыл бұрын
@@RaghavPal thank you raghav
@vaibhavppandey
@vaibhavppandey 3 жыл бұрын
Very good explanation sir. Thank you very much :)
@RaghavPal
@RaghavPal 3 жыл бұрын
You are most welcome
@tanveersyed1049
@tanveersyed1049 3 жыл бұрын
Thanks ...Nice explanation
@RaghavPal
@RaghavPal 3 жыл бұрын
You are welcome Tanveer
@arunbandari8936
@arunbandari8936 2 жыл бұрын
Hi Sir In Password-based authentication, if I enter a password and click on ENTER button. Now hackers may see my password in between the client and server channel. when the secure connection will be open, after the correct password providing or before.
@RaghavPal
@RaghavPal 2 жыл бұрын
Hi Arun, will check on this
@arunbandari8936
@arunbandari8936 2 жыл бұрын
@@RaghavPal hi sir did you got any information?
@vetribull8318
@vetribull8318 3 жыл бұрын
Hi Raghav, Thank you very much for your explanation. Got any chances to migrate openssh key from windows to another windows ?
@RaghavPal
@RaghavPal 3 жыл бұрын
Not yet, will need to check online
@vetribull8318
@vetribull8318 3 жыл бұрын
@@RaghavPal Thanks Raghav
@ravimohanboggula8117
@ravimohanboggula8117 3 жыл бұрын
NICE Job Raghav like the series school of basics, I would appreciate if you could discuss about Installing SSL certificates and how they work too
@RaghavPal
@RaghavPal 3 жыл бұрын
Sure Ravi, Keep learning
@Manish_Kumar_Bihar
@Manish_Kumar_Bihar 2 жыл бұрын
nice sir ,u explain very well!!!
@RaghavPal
@RaghavPal 2 жыл бұрын
Thanks and welcome Manish
@vkrishna606
@vkrishna606 2 жыл бұрын
well explained
@RaghavPal
@RaghavPal 2 жыл бұрын
Thanks Vamsi
@MahaPSaranu
@MahaPSaranu 3 жыл бұрын
Bless you Raghav. So simple and useful explanation. Please could you also explain about Putty ?
@RaghavPal
@RaghavPal 3 жыл бұрын
I will do Peddi
@anuragsandhu9590
@anuragsandhu9590 3 жыл бұрын
Amazing
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks for watching
@chaitanyakrishna9398
@chaitanyakrishna9398 2 жыл бұрын
So helpful.
@RaghavPal
@RaghavPal 2 жыл бұрын
Glad it was helpful Chaitanya
@abdul9910
@abdul9910 3 жыл бұрын
I like a lot your videos keep going on
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks, will do Abdul
@devyetii
@devyetii 3 жыл бұрын
Thank you Raghav ❤️. I've a question .. can't a man in the middle steal this "box" of info by attaching his key ? Is there any check on the sent key ?
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Ebrahim, the person needs to have the authentic private key. Also it is recommended to secure your private key with password, so just in case someone gets access to you private key, he will still need to provide password to use it.
@devyetii
@devyetii 3 жыл бұрын
@@RaghavPal Got it! Many thanks for your reply 💜
@sarthakgupta7955
@sarthakgupta7955 Жыл бұрын
does the two lock mechanism happen in every message exchange?
@RaghavPal
@RaghavPal Жыл бұрын
Hi Sarthak Both these mechanisms are performed during the initial setup phase of an SSH session, and are not repeated in every message exchange. However, they are in place throughout the duration of the SSH session to ensure message integrity and prevent packet loss due to interleaving.
@manojkumarneesu2773
@manojkumarneesu2773 2 жыл бұрын
in my hpc server my gpu node is showing down how to activate it using ssh commands can you please tell me
@RaghavPal
@RaghavPal 2 жыл бұрын
Hi Manoj, I will need to check details
@BlokeBritish
@BlokeBritish 3 жыл бұрын
u say tat the security is coz of encryption. so if not encrypted then wat exactly is the risk ? do u mean a hacker cn use some tools to do network sniffing and get access to the data or sumthing like tat ?? coz im new to all this and im confused wen i hear things like "not secure" ive also heard tat in http vs https
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Czar, yes so without encryption it will be a step easier for hackers, I am going a plan a security testing Q&A soon. that will help
@BlokeBritish
@BlokeBritish 3 жыл бұрын
@@RaghavPal thanks man
@singaravelann3671
@singaravelann3671 3 жыл бұрын
If in server we have a more number of public keys how the server identifies using which key it should decrypt the message??
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Singaravelan, there is cryptographic fingerprint that is used to uniquely identify the keys.
@abhaypatidar7948
@abhaypatidar7948 3 жыл бұрын
Hello Sir, I watched your video to understand the ssh. I have a doubt over the flow that you explained in the last. As we know that ssh uses public-key cryptography where a message encrypted using public can only be decrypted by its private key. But in your flow, at last, you said that the client encrypts the message sent by the server with the private key, and then sends it to the server, then the server decrypts it using the public key.
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi Abhay, pls check this too - automationstepbystep.com/2020/07/23/a-story-of-ssh-secure-shell/
@abhaypatidar7948
@abhaypatidar7948 3 жыл бұрын
@@RaghavPal Thank you sir, do we have more link that shows actually how authentication takes place.
@RaghavPal
@RaghavPal 3 жыл бұрын
will need to search more online
@gxp9223
@gxp9223 2 жыл бұрын
you need to make a correction. encryption happens using the public key and decryption happens using the private key
@oguzhantopaloglu9442
@oguzhantopaloglu9442 Жыл бұрын
Amazing video
@RaghavPal
@RaghavPal Жыл бұрын
Thanks
@avakasavaadhi4726
@avakasavaadhi4726 2 жыл бұрын
May I know which port is used when 2 machines communicate over SSH?
@RaghavPal
@RaghavPal 2 жыл бұрын
default is port 22, but this can change
@tarunarora3266
@tarunarora3266 Жыл бұрын
nice introduction
@RaghavPal
@RaghavPal Жыл бұрын
thanks Tarun
@aditifabregas
@aditifabregas 2 жыл бұрын
How can the server (remote machine) decrypt with public key? Then the very purpose of encryption is lost.
@RaghavPal
@RaghavPal 2 жыл бұрын
I will try to add a detailed session Aditi
@ywahab25
@ywahab25 7 ай бұрын
good explanation my dear
@RaghavPal
@RaghavPal 7 ай бұрын
Thank you 🙂
@dhevanrajandran7632
@dhevanrajandran7632 2 жыл бұрын
Great video :)
@RaghavPal
@RaghavPal 2 жыл бұрын
Thanks Dhevan
@sailakshmankinthali6501
@sailakshmankinthali6501 2 жыл бұрын
Super explanation
@RaghavPal
@RaghavPal 2 жыл бұрын
Thanks Sai
@toshitsingh7270
@toshitsingh7270 2 жыл бұрын
Damm nailed the explanation 👏
@RaghavPal
@RaghavPal 2 жыл бұрын
Thanks Toshit
@devendradhillon4204
@devendradhillon4204 3 жыл бұрын
Good explanation
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks and welcome Devendra
@karteeshkumarvipparapelli7347
@karteeshkumarvipparapelli7347 3 жыл бұрын
Main thing in SSH is related to keys.. but u explained that part in just a minute.
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks for watching Karteesh
@priyaigu1306
@priyaigu1306 Жыл бұрын
Hi Raghav, I am getting permission denied all the time when i try to enter into the machine, passwords are correct. The first step runs successfully (sequence completed) but in the very next step when i enter password, permission denied. How to solve this problem??
@RaghavPal
@RaghavPal Жыл бұрын
Hi Priya, will need to check your setup
@priyaigu1306
@priyaigu1306 Жыл бұрын
@@RaghavPal Please suggest a way to check setup??
@honeybunny9977
@honeybunny9977 3 жыл бұрын
Do you have any video on github n gitlab for beginners?
@RaghavPal
@RaghavPal 3 жыл бұрын
Yes, pls check here - automationstepbystep.com/
@PoornaCW
@PoornaCW 2 жыл бұрын
Thank you so much
@RaghavPal
@RaghavPal 2 жыл бұрын
Most welcome Poorna
@bharathkumarchalla3558
@bharathkumarchalla3558 2 жыл бұрын
thankyou so much its very small word to say....but thanks
@NikhilSingh-hc7td
@NikhilSingh-hc7td 3 жыл бұрын
thanks sir
@RaghavPal
@RaghavPal 3 жыл бұрын
Most welcome Nikhil
@Rhythmicwalker
@Rhythmicwalker 3 жыл бұрын
Very nice 👍
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks for watching Prakash
@faisalsakib9586
@faisalsakib9586 3 жыл бұрын
Please make a video about linux , needed for testing
@RaghavPal
@RaghavPal 3 жыл бұрын
I will do Faisal
@abdullamasud4278
@abdullamasud4278 Жыл бұрын
If someone has my private key, will that someone be able to encrypt the random message and access the remote system? if so, what makes it different than using a password? I am sorry if I sound naive here ^^ Just trying to understand it better
@RaghavPal
@RaghavPal Жыл бұрын
Hi Abdulla, this has good explanation of this concept www.ssh.com/academy/ssh/public-key-authentication sectigo.com/resource-library/what-is-an-ssh-key
@RaghavPal
@RaghavPal Жыл бұрын
Hi Abdulla, this has good explanation of this concept sectigo.com/resource-library/what-is-an-ssh-key www.ssh.com/academy/ssh/public-key-authentication
@thebattinson1278
@thebattinson1278 Жыл бұрын
Then u are fucked 🤣 To be serious, a private key is way more secure than a password and cannot be brute forced. U can also add a layer of security with a passphrase for your private key. So if someone stole your private key, he won't be able to use it in another machine.
@priyapatel8711
@priyapatel8711 Жыл бұрын
Nice Video :)
@RaghavPal
@RaghavPal Жыл бұрын
Thanks for the visit
@honeybunny9977
@honeybunny9977 3 жыл бұрын
Hi Raghav....what is the difference between Putty and ZOC?
@RaghavPal
@RaghavPal 3 жыл бұрын
Hi, I have not used ZOC, Can find more here - en.wikipedia.org/wiki/Comparison_of_SSH_clients www.slant.co/versus/499/5495/~putty_vs_zoc-terminal
SSH Keys
10:12
RobEdwards
Рет қаралды 94 М.
School Of Basics | What is CI CD | What is CI CD Pipeline | Interview questions
10:59
Which one will take more 😉
00:27
Polar
Рет қаралды 31 МЛН
[실시간] 전철에서 찍힌 기생생물 감염 장면 | 기생수: 더 그레이
00:15
Netflix Korea 넷플릭스 코리아
Рет қаралды 38 МЛН
Duck sushi
00:54
Alina Saito / 斎藤アリーナ
Рет қаралды 30 МЛН
How Secure Shell Works (SSH) - Computerphile
9:20
Computerphile
Рет қаралды 806 М.
SSH Crash Course | With Some DevOps
55:02
Traversy Media
Рет қаралды 542 М.
How SSH Works
8:54
Mental Outlaw
Рет қаралды 442 М.
Making Minimalist Web Server in C on Linux
10:23
Nir Lichtman
Рет қаралды 182 М.
Network Ports Explained
10:33
PowerCert Animated Videos
Рет қаралды 1,4 МЛН
TLS Handshake Explained - Computerphile
16:59
Computerphile
Рет қаралды 537 М.
SSH Full Course - EVERYTHING You Need to Know!
1:28:00
Learn Linux TV
Рет қаралды 542 М.
SSL, TLS, HTTPS Explained
5:54
ByteByteGo
Рет қаралды 633 М.
Which one will take more 😉
00:27
Polar
Рет қаралды 31 МЛН