How Secure Shell Works (SSH) - Computerphile

  Рет қаралды 822,794

Computerphile

Computerphile

Күн бұрын

Connecting via SSH to a remote machine is second nature to some, but how does it work? Dr Steve Bagley.
Dr Mike Pound on Hashing (mentions padding but full video on padding is planned to follow): • SHA: Secure Hashing Al...
/ computerphile
/ computer_phile
This video was filmed and edited by Sean Riley.
Computer Science at the University of Nottingham: bit.ly/nottsco...
Computerphile is a sister project to Brady Haran's Numberphile. More at www.bradyharan.com

Пікірлер: 394
@nicholas_scott
@nicholas_scott 5 жыл бұрын
I remember back in 97, the university officially ended all support for non encrypted remote access, and we were all required to use SSH. Which worked fine. It also made for an excellent tunnelling tool when the same university tried blocking all access to P2P networks.
@ByteNishi
@ByteNishi 5 жыл бұрын
@@Eeroke Teach me master
@BattousaiHBr
@BattousaiHBr 5 жыл бұрын
"congratulations, you played yourself."
@napalm3899
@napalm3899 4 жыл бұрын
Hoisted by their own petard.
@paulgupta2454
@paulgupta2454 4 жыл бұрын
If they can't see it, they have plausible deniability. Bet their lawyers were happier with that
@russlehman2070
@russlehman2070 3 жыл бұрын
I used to use SSH at work to bypass the internet filter by setting up a tunnel through my home internet connection.
@dansmoothback9644
@dansmoothback9644 5 жыл бұрын
Discovering SSH was a game changer for me after i started playing with linux. I discovered SSH forwarding and it blew my goddamn mind. It's been a life saver in a lot of situations and I'll never forget the professor that showed me how to use it.
@AndersJackson
@AndersJackson 5 жыл бұрын
I still remember when I discovered that I with scp could from machine A copy a file from machine B to C. Also that it could copy between two accounts on the same machine. 😜
@AndersJackson
@AndersJackson 5 жыл бұрын
Anyway, you should try emacs. Open the file "/ssh:user@machine:file" or "/scp:user@machine:'. Called Tramp mode. 😜
@FractalZero
@FractalZero 4 жыл бұрын
@@AndersJackson As someone who is new to the linux game, that second sentence is quite an eye-opener. So much to learn.
@AndersJackson
@AndersJackson 4 жыл бұрын
@@FractalZero Emacs is great, both in Linux, MacOSX, and MS Windows. You might want to look Up and use My configuration on GitLab to start from. There you have both OrgMode and Magit setup for use in Emacs. Firar is easy way to generator, PDF, HTML and other formats from same source. You can also mix in code, and extract it to files or executing and show result in documents.
@DontScareTheFish
@DontScareTheFish 2 жыл бұрын
The biggest thing for me was when setting up control connections along with that. I was in an environment which had 2FA on the bastion hosts to get into the environment, but regular keys / passwords to the hosts behind. We'd have a session to the bastion host with top running (to keep the session open) then we could use chaining / multihops to go through the existing session on the bastion host to the hosts deeper in the network on subsequent connections during the day
@ClarkPotter
@ClarkPotter 4 жыл бұрын
Fantastic. You're the professor that true geeks want. You exhibit an approachable charm beneath the geekspeak that invites questions and deep exploration into topics.
@El_Grincho
@El_Grincho 5 жыл бұрын
Can't imagine life without SSH.
@AndersJackson
@AndersJackson 5 жыл бұрын
Been there, in 1989 there was no SSH, just telnet, and we was happy to have that. In 1982 there was not even connections outside the university. I still remember the first Macintosh (yes, THE one, after Lisa).
@lunasophia9002
@lunasophia9002 5 жыл бұрын
Anders Jackson The internet wasn't (as) full of people actively trying to ruin your day 30 years ago. It's sadly a different place now.
@feschber
@feschber 5 жыл бұрын
@@lunasophia9002 Its so sad what the internet has become ... so many years yet still we don't have any secure authentication method thats 100% reliable
@AndersJackson
@AndersJackson 5 жыл бұрын
@@feschber we will never have 100% security, as security faults is either buggs in software, hardware or in specifikation. For instance, there are some interesting bugs in the SMS protocol compression. 😜
@bithon5242
@bithon5242 5 жыл бұрын
Can't imagine life without PURE WATER
@clearmenser
@clearmenser 5 жыл бұрын
Please don't blur for security. It's still readable. Use solid colored bars, for the love of Turing.
@eadweard.
@eadweard. 5 жыл бұрын
who cares
@lollllloro
@lollllloro 5 жыл бұрын
@@eadweard. Probably the guy who wanted to prevent others from seeing it. Or maybe he's baiting people to attack the address. Ironically you cared enough about people caring about it to comment so you must be really invested in this xd.
@naturesinterface6663
@naturesinterface6663 5 жыл бұрын
@@lollllloro who cares
@lollllloro
@lollllloro 5 жыл бұрын
@@naturesinterface6663 I'm starting to think it might be your IP or something and now the script kiddies are pouring in. :( I'm sorry, man. I never wanted anyone attacking you, or anyone else. I merely suggested it might be an intentional choice. It's probably for the best if everyone just stops paying attention to this if it is, in fact, hurting somebody. Again, my apologies if I made your situation worse, that was never my intent.
@sethadkins546
@sethadkins546 5 жыл бұрын
@@lollllloro who cares Sorry I didn't wanna break the chain
@mugglepower
@mugglepower Жыл бұрын
the casual focus fade in/out makes it looks like an office episode and its just priceless/.
@oafpolitics179
@oafpolitics179 4 жыл бұрын
Thing I love about this video is the listing paper. I bet Nottingham still have boxes and boxes of that stuff floating around from the 80s.
@AndrewOxenburgh
@AndrewOxenburgh 3 жыл бұрын
Yeah!! I miss that stuff!
@xokocodo
@xokocodo 5 жыл бұрын
Small detail, but I don't think padding is there to increase the security of the encryption. It's generally just added so that the data matches the block size of the encryption algorithm.
@soyitiel
@soyitiel 2 жыл бұрын
It's both. Padding is necessary because of block size, but instead of being just null bytes, it's random bytes which scramble the final hash even more, so it also reinforces security
@antoniodellaporta3433
@antoniodellaporta3433 5 жыл бұрын
I think there's an error when talking about the packet format. The SSH2's specifications (RFC4253, section 6.3) states as follow: "When encryption is in effect, the packet length, padding length, payload, and padding fields of each packet MUST be encrypted with the given algorithm.". So the packet is all encrypted except the MAC field. Anyway great job as always with bringing such contents, thank you!
@berndeckenfels
@berndeckenfels 10 ай бұрын
That’s what he said (but it’s not true for all elgorithms and Mac’s. Gcm ciphers don’t encrypt the length
@BlueyMcPhluey
@BlueyMcPhluey 5 жыл бұрын
perfect timing, I'm taking a networking course right now and they do a terrible job of explaining SSH
@paojek4806
@paojek4806 Жыл бұрын
I am using this tunnel, 24/7 in my PC and smartphone for over 3 years now. And I am happy
@Jeremy-su3xy
@Jeremy-su3xy 5 жыл бұрын
Nice tutorial. Thanks. Would talk more about the key exchange and establishing process you omitted for the purpose of this video at around 4:00?
@ZedaZ80
@ZedaZ80 5 жыл бұрын
Thanks for the subtitles! The auto-generated ones can be pretty inconsistent.
@mh972
@mh972 5 жыл бұрын
SSH tunnels let me watch this video at work without "them" knowing...
@dietalkaa
@dietalkaa 5 жыл бұрын
SSH is really good. It even allows to connect ethernet layer VPN so you can have layer 2 or layer 3 if you wish vpn really easily and every machine supports that.
@BattousaiHBr
@BattousaiHBr 5 жыл бұрын
A VPN is not actually L2 by the way, some people call it L2.5.
@dietalkaa
@dietalkaa 5 жыл бұрын
It's L2. MPLS is more like Layer 2.5 -.- don't miss lead @@BattousaiHBr
@BattousaiHBr
@BattousaiHBr 5 жыл бұрын
@@dietalkaa a VPN runs on top of L3, so how can it possibly be L2? the VPN interface is for all intents and purposes a L2 interface, but it runs on top of the L3 stack rather than on top of L1 or even other L2. this is why VPN is often called L2.5, among other encapsulation or tunneling protocols. when talking about MPLS VPNs, it's technically possible to get L2 transmission if you run it through something like ATM, but i think the standard method is on top of the IP layer.
@dietalkaa
@dietalkaa 5 жыл бұрын
@@BattousaiHBr yes I know. What's your point??? Wtf
@BattousaiHBr
@BattousaiHBr 5 жыл бұрын
@@dietalkaa ? you called VPN a L2 connection when it isn't.
@SunsetGraffiti
@SunsetGraffiti 6 ай бұрын
Despite looking like a 90s hacksploitation movie character, Dr. Bagley is the real deal
@kade9527
@kade9527 5 жыл бұрын
How does the other machine (server in your example) know the key to initially decrypt the packet? Do they use an asymmetric encryption handshake to establish the session key for the ssh to encrypt the payload and padding to be passed through the ssh? Love the vids too
@ZintomV1
@ZintomV1 5 жыл бұрын
Yes, they do, as you can see in the video it states "offering public key".
@kade9527
@kade9527 5 жыл бұрын
@@ZintomV1 oh yeah thank you, I didn't see that on first watch :)
@AndersJackson
@AndersJackson 5 жыл бұрын
@@kade9527 try it self with a couple of "-v" switches and you learn a lot. ;-)
@AndersJackson
@AndersJackson 5 жыл бұрын
They also do some MIM protection. That is they use certificates on both directions, so you can create a certificate to use when you login in.
@huckthatdish
@huckthatdish 5 жыл бұрын
Depends on the implementation. I’ve used connections where the sysadmin has to manually add your public key into the target machines config so only people who possess a specific set of private keys can possibly access it. The only way to possibly get in is access to one of the machines involved since no other auth protocol is part of the process.
@SandmanGeek
@SandmanGeek 4 жыл бұрын
SSH is the way to go ... Nicely explained Doc.
@davidgillies620
@davidgillies620 5 жыл бұрын
The first thing I do when setting up a new SSH server is to set PasswordAuthentication to no. Passwords are evil. It takes a few seconds to generate a key pair and add the public key portion to the authorized_keys file. It's amusing to see how rapidly script kiddies start banging on port 22 when you open it on your firewall (within a minute, usually) but they will try in vain if you are using public key access (I like ECDSA-521 and RSA with at least a 2048-bit modulus).
@art_faith
@art_faith 2 жыл бұрын
+ port knocking.
@gwgux
@gwgux 4 жыл бұрын
Kudos for taking it down to the packet level! Many videos don't do this!
@vishalmishra3046
@vishalmishra3046 4 жыл бұрын
Note that it would be better to compress before encryption to get higher compression ratio, rather than the other ordering.
@sharkbytefpv4326
@sharkbytefpv4326 5 жыл бұрын
Would love to see a video about MOSH from you guys! Thanks, appreciate your work
@lawrencedoliveiro9104
@lawrencedoliveiro9104 4 жыл бұрын
3:18 Presumably there are additional checks somewhere to ensure the packet length is sane. Otherwise you could fiddle those first four bytes to some random bizarre values and cause mischief that way. Because remember the MAC at the end has to be found via the packet length, so you can’t verify that until you are sure of the packet length!
@rlamacraft
@rlamacraft 4 жыл бұрын
Lawrence D’Oliveiro what kind of length values might cause mischievous behaviour? Are you thinking what if the receiver is susceptible to a buffer overflow, or something?
@kwakubiney5175
@kwakubiney5175 Жыл бұрын
@@rlamacraft No I think he means if the packet length is altered, the receiver will not know how far to read into the payload and might miss some packet data.
@blueguy5588
@blueguy5588 2 жыл бұрын
Steve is a Feynman-tier explainer, great vid.
@paulsander5433
@paulsander5433 5 жыл бұрын
Have you considered doing an episode about BEEP (or BXXP)? This is a standard stream multiplexing protocol as described in RFC's 3080 and 308.
@dream_emulator
@dream_emulator 5 жыл бұрын
This channel rocks like SSH.
@C4CONFIDENCE
@C4CONFIDENCE 7 ай бұрын
Just started exploring the world of SSH. I am coming back to this video with reviews on the learning and practice process.
@MaxCoplan
@MaxCoplan 5 жыл бұрын
How do you do the last thing mentioned in the video? Keep ssh connection alive after exiting shell?
@scottfranco1962
@scottfranco1962 3 жыл бұрын
Scribbling on greenbar... that takes me back.
@fouzaialaa7962
@fouzaialaa7962 5 жыл бұрын
how does the encryption work ?? do both machines agree on a key to encrypt and decrypt ?? or do they use an existing keys ?? how is it done exactly ??
@Cobalt985
@Cobalt985 5 жыл бұрын
ググレかす
@classawarrior
@classawarrior 5 жыл бұрын
Which encryption to use, and how to exchange keys, is something both machines "negotiate" based on what they each support. Basically, it's going to be some version of Diffie Hellman (there are Computerphile videos on that). Over time, less secure options can be phased out, and replaced with new ones, more-or-less like a "plugin", without needing to scrap the basic SSH system.
@boring7823
@boring7823 5 жыл бұрын
The encryption works in a very similar fashion to a modern SSL connection. A session key is generated with a Diffie Hellman or ECDH (DH ensures that only you and your suitor know this key), The server has a public/private keypair to prove it's identity which your client confirms is the same as the last time you connected. Dr Steve authenticated to the server using a public/private keypair on the client (which was encrypted on his disk using a password) for which the server has the public key in it's authorized_keys file. All the data is encrypted, usually with AES (but it can be chacha20-poly1305 or others) and the MAC is normally SHA256 based (or the one built into chacha20-poly1305). The public keys can also be several algorithms; RSA, ED25519,etc or even keys linked to certificates.
@fouzaialaa7962
@fouzaialaa7962 5 жыл бұрын
so if i intercept the negotiation phase or even decrypt the packets with all known encryption on ssh i can get the data ??? is the negotiation itself encrypted ?? and how do they send the keys at first ??? and are the keys secured ??
@classawarrior
@classawarrior 5 жыл бұрын
@@fouzaialaa7962 There's a negotiation about which *method* to use for exchanging keys etc, but the exchange itself is secure. Look up Diffie Hellman for info on how keys can be established securely over an unsecured connection
@gabbysmith7579
@gabbysmith7579 4 жыл бұрын
This was really helpful for me to better understand how it works and why we use it thanks.
@AP-dc1ks
@AP-dc1ks 5 жыл бұрын
I only watched to correct Steve. 3:34 Unless you select specific 3rd party or otherwise dubious algorithms, the packet length field is also encrypted. In particular, the demo algorithms at 6:00 do encrypt the packet lenght field.
@chizzlemo3094
@chizzlemo3094 3 жыл бұрын
What I don’t understand about this and all network encryption generally, is does the first packet have to send the decryption key? How can you send a decryption key without it being sniffed???
@jdcb18
@jdcb18 5 жыл бұрын
Do an rsync too please
@wedusk
@wedusk 5 жыл бұрын
+1
@lawrencedoliveiro9104
@lawrencedoliveiro9104 4 жыл бұрын
rsync is so cool. You know Andrew Tridgell developed it for his PhD thesis?
@bit2shift
@bit2shift 4 жыл бұрын
rsync is literally a swiss army knife for copying/moving files around locally and between machines.
@josephgaviota
@josephgaviota 3 жыл бұрын
I've used rdist for 30 years; but have heard rsync is better. Will need to try it out.
@reizhustenistdoof
@reizhustenistdoof 5 жыл бұрын
That timing tho. I know some of my class mates got asked about exactly this yesterday in the oral exam.
@grainfrizz
@grainfrizz 5 жыл бұрын
Petition for computerphile to do Unix commands History, Uses, Tips, and Tricks
@hundredvisionsguy
@hundredvisionsguy 5 жыл бұрын
Thanks. This was informative. I have a question about channels. Do I understand correctly that it's the channel that deals with the "handshake" and private/public key encryption/decryption? Or is it something else?
@gloverelaxis
@gloverelaxis 5 жыл бұрын
please do a video on packet sniffing & the transport and network layers of TCP/IP!
@pullmfinger6149
@pullmfinger6149 Жыл бұрын
Thank you for a simple and clear explanation.
@mazspork969
@mazspork969 2 жыл бұрын
All I want to know where you picked up that lovely, wide, green leporello (endless stationary) paper.
@stephenholland6328
@stephenholland6328 2 жыл бұрын
You should redo this video. You have only explained that ssh sends packets over a transport system. If you go to the level of packets then tell the reader about public private encryption. Then explain a remote shell. Finally explain how ssh can be used in a non-shell mechanism.
@l105669
@l105669 5 жыл бұрын
The story how ssh got allocated port 22 is also abit interesting.
@Cobalt985
@Cobalt985 5 жыл бұрын
Telnet is port 23?
@AndersJackson
@AndersJackson 5 жыл бұрын
Please tell so we can see if it worth investigate.
@damnmab
@damnmab 5 жыл бұрын
There is no story. Port 22 was free. Developer wrote an email requesting it be reserved for ssh. Request was granted.
@AndersJackson
@AndersJackson 5 жыл бұрын
@@damnmab as it should be then. Nothing that to look into.
@unlokia
@unlokia 5 жыл бұрын
Is "abit" like "rabbit", only a bit shorter?
@SouravTechLabs
@SouravTechLabs 5 жыл бұрын
Can you link those videos (thumbnail) after the main video in description?
@tpobrienjr
@tpobrienjr 11 ай бұрын
Thank you. With what you have said, I (almost) understand what I need.
@voiceoftreason1760
@voiceoftreason1760 5 жыл бұрын
which video explains the padding and random data in the packets? It would be nice if that could be added to the description.
@umageddon
@umageddon 4 жыл бұрын
i was hoping he would explain how a 3rd party cant sniff the establishing encryption 'rules' and thus be able to decrypt later data
@samyamaryal7231
@samyamaryal7231 4 жыл бұрын
once a connection is established between a server and a client, "handshaking" is done to ensure that the connection has been made with the right computer. An asymmetric encryption is done between the computers to generate and transport keys for symmetric encryption. The symmetric keys are hence used to encrypt and decrypt data. Now what happens is, computer A generates two keys for asymmetric encryption : public and private. A public key is sent over to computer B which encrypts the symmetric key using the public key it recieved. Here, the public key can only encrypt and the private key can only decrypt data. The encrypted symmetric key is sent back to computer A, which decrypts it using its private key and generates the symmetric encryption key. This way, both computers have a symmetric key which can be used to encrypt/ decrypt the data sent and received over the connection. The 3rd party cannot sniff the encryption "rules" (or the symmetric key) because it has been encrypted by a public key before transmission, and can only be decrypted with a private key, which hasn't been sent over the network.
@1sleepingleg
@1sleepingleg 4 жыл бұрын
Thousands of dollars worth of equipment and homeboy busts out the green sharpie and some printer paper from 1985. I love KZbin.
@hnmcclain
@hnmcclain 3 ай бұрын
Cause it works!!!!lololololol
@vishalmishra3046
@vishalmishra3046 4 жыл бұрын
Why are SSH and TLS(SSL) different protocols when either one could have been built on top of the other to achieve the same objective - e.g. plain-text HTTP over SSH tunnel or rsh/telnet over SSL (instead of tcp) socket ? Is either one more or less secure than the other ?
@alexeicodes
@alexeicodes 3 жыл бұрын
Your videos are amazing! Thanks you for your work pal!
@Kevin_KC0SHO
@Kevin_KC0SHO 4 жыл бұрын
Great video, thanks for creating great content.
@7becks
@7becks 4 жыл бұрын
Can a single file (split into packets) be sent through multiple channels of communication?
@modolief
@modolief 5 жыл бұрын
Wow, I started watching this video, but only out of the corner of my eye, and I looked at the monitor on the desk and thought: "What is that huge black cube??" -- optical illusion
@napukapu
@napukapu Жыл бұрын
The way you pronounced Tatu Ylönen made me burst a lung laughing
@akywon
@akywon 5 жыл бұрын
SSH is a protocol for sharing files between two computers. The SHA256 NSA encryption is applied for the transmission of data, as the packets don't get lost and it's based on a TCP connection.
@mytech6779
@mytech6779 5 жыл бұрын
SHA256 is a non-reversible hash algorithm not an encryption. Blowfish-cbc, aes256-cbc, and aes256-ctr are encryptions.
@akywon
@akywon 5 жыл бұрын
@@mytech6779 @MyTech SHA256 was designed for message digests, it's what's used as a layer for information security in applications and if you knew how SSH worked you would know that SHA256 is a cryptographic hash function, but it can also be misused in computation referring to what you mentioned a "hashing algoritihm" used for password cracking. Hashing algorithms serve the purpose of computation among inputs for a desired outcome and that's not applied in SSH, it's based on authentication.
@akywon
@akywon 5 жыл бұрын
​@@mytech6779 SHA256 role in SSH as a one way function is that SSH will ask you for a finger print, when that is mentioned SHA256 will hash your characters as your "ID" which is a long cryptographic hash string in an SSH file for communication for two computers. You can then do authentication for your remote computer for file sharing between the two computers. We are hashing characters to protect the integrity of the data not to perform a brute force attack. These are the only ways SHA256 or SHA512 is applied.
@pauljones5620
@pauljones5620 2 жыл бұрын
Blimey, he's gangsta in front of a computer.
@GameplayandTalk
@GameplayandTalk 5 жыл бұрын
Great explanation, thanks!
@philippetrov4881
@philippetrov4881 5 жыл бұрын
What if there is a weakness in the hashing algorithm for the message authentication code and you somehow figure out for example what the message cannot be? I know it's abstract and non-practical idea... but I guess the mac can be encrypted as well (why not?).
@juanxpeke
@juanxpeke 3 жыл бұрын
can someone suggest me what to study in order to understand all the concepts related to de video?
@swas33
@swas33 2 жыл бұрын
How many reams of green-bar printer paper do you still have laying around?
@zyghom
@zyghom 3 жыл бұрын
ssh is probably the most important tool (lower level type like)
@goetzp
@goetzp 5 жыл бұрын
Thus video misses the really interesting point how the encyption key is exchanged between the two sides in a secure way. It also doesn't mention how to ensure that the foreign host is the one it pretends to be.. The role of the files "known_hostx" and "authorized_keys". Maybe you could explain these in a follow up video ?
@mistercohaagen
@mistercohaagen 5 жыл бұрын
How do you even have dot-matrix printer paper in 2019?
@Neumah
@Neumah 5 жыл бұрын
Because they haven't use them for printing in ages so the stockpile never gets used up?
@mistercohaagen
@mistercohaagen 5 жыл бұрын
@@Neumah Nah... My theory is frivolous use of time machine.
@Neumah
@Neumah 5 жыл бұрын
@@mistercohaagen ...or that.
@mytech6779
@mytech6779 5 жыл бұрын
Tractor feed is very robust for industrial applications. Common office printers are flimsy junk with unreliable pickup and feed leading to jams and lost prints when removed from the nice clean, low vibration, and air conditioned environment. In short, tractor feed paper is still produced and sold.
@Christophe_L
@Christophe_L 5 жыл бұрын
It's still used a lot.
@sergheiadrian
@sergheiadrian 5 жыл бұрын
SSH is an amazing tool and it has capabilities the Windows world can't even dream of.
@RahlRichard92
@RahlRichard92 5 жыл бұрын
You can use ssh in windows from the cmd just as easy as in Linux, they patched that in a year or so ago.
@Valvex_
@Valvex_ 5 жыл бұрын
Weird, the ssh connection that I have from my local windows machine to my university must be a dream then.
@sergheiadrian
@sergheiadrian 5 жыл бұрын
Weird that you think I'm talking about SSH clients.
@99Kuromaru
@99Kuromaru 5 жыл бұрын
@@sergheiadrian try again next time
@AndersJackson
@AndersJackson 5 жыл бұрын
@@RahlRichard92 yes, and how many years did that take?
@MajSolo
@MajSolo 5 жыл бұрын
he does not explain the most important thing ... the actual initial handshake and why that would be secure. if someone sniff the initial packets he should be able to see the key the sender and reciever agree to use,
@edwardstables5153
@edwardstables5153 5 жыл бұрын
@The Zak Take a look into public/private key cryptography. You can publish your public key for all in the world to see (and indeed, you are doing so right now), and it is used to encrypt data being sent to you. But it can only be decrypted by your private key, which (hopefully) no one else has. There's some really really cool maths that goes into it.
@ahmadatlam
@ahmadatlam 5 жыл бұрын
I love this channel !! But I am wondering why in 2019 such an amazing computer science department has that much dot-matrix printer paper ?? What do you guys do with that printer ??
@x--.
@x--. 5 жыл бұрын
It's a style choice for these videos, as for the reason the dept has it... if it ain't broke?
@napalm3899
@napalm3899 4 жыл бұрын
They use it to trigger people in youtube comments.
@Steve-Richter
@Steve-Richter 4 жыл бұрын
What prevents code on the local system from reading private keys and then using those keys to login to a remote systems?
@kornbread5359
@kornbread5359 4 жыл бұрын
Steve Richter i assume you found answer by now but.. permissions. TempDisable root make unprivileged user and add user to sudoers group, is the way i did it.
@aaronschwartz-messing4701
@aaronschwartz-messing4701 4 жыл бұрын
If the sniffer intercepts the initial messages that are used to establish the encryption that they will be using then it should be able to decrypt all of the packets correct? Why does this not appear to be a concern?
@gvaidya1
@gvaidya1 4 жыл бұрын
I was thinking the same thing!
@zxuiji
@zxuiji 4 жыл бұрын
But how do you protect the initial agreement between the 2? If a hacker has already seen that initial agreement the encryption won't matter to xem and xey can just decrypt it based on that initial agreement.
@TheDeFiWolf
@TheDeFiWolf 4 жыл бұрын
always have something to set-off the day with ///
@baseradius3907
@baseradius3907 5 жыл бұрын
I would've liked a bit more detail... but.. I guess.. that's really all there is to SSH :)
@-dash
@-dash 8 ай бұрын
So are the random bytes which get concatenated the functional equivalent of a cryptographic “salt”? Also, does the length field include the length of the padding as well as the data?
@laurendoe168
@laurendoe168 5 жыл бұрын
Ok, I admit I'm ignorant... but you never once explained how it WORKS - ie, why is this secure and what prevents a packet sniffer from decrypting the packet the same way the intended server does it?
@Golgafrincham
@Golgafrincham 5 жыл бұрын
Check other videos for public private key cryptography. It's about symmetric keys. It can be used both for encryption and verification of identity.
@eddymison3527
@eddymison3527 4 жыл бұрын
because it sends encrypted data... it can be decrypted, yes, but better than plain text..
@susmitislam1910
@susmitislam1910 4 жыл бұрын
What if someone sniffs during the time when the server and the client decide on the encryption protocol?
@patu8010
@patu8010 5 жыл бұрын
I didn't know it was developed by a Finnish guy
@pointerish
@pointerish 4 жыл бұрын
Finnish guys have always built relevant software. :)
@mylesfranco3545
@mylesfranco3545 4 жыл бұрын
But why am I not surprised
@tenminutetokyo2643
@tenminutetokyo2643 4 жыл бұрын
Toast and Jam! I used to be tech lead on that product.
@JamesBos
@JamesBos 5 жыл бұрын
When you say the padding is a random number of whatever, is this akin to a salt when encrypting passwords for example?
@JivanPal
@JivanPal 5 жыл бұрын
It's more for the purpose of obfuscation, allowing the SSH packet length to be some fixed number, and thus not allowing an attacker to deduce anything useful about what the payload might be. *_EDIT:_* It does also act as a salt, since we can have equivalent payloads which, even if encrypted using a simple block cipher, result in different ciphertexts due to having different randomly generated padding.
@user-ln6bq1gc9t
@user-ln6bq1gc9t 3 жыл бұрын
you people are awesome
@ylstorage7085
@ylstorage7085 3 жыл бұрын
[question] what font is it @6:12? normal "a"s, clear distinction between O and 0, that's a keeper
@justinjustin7224
@justinjustin7224 5 жыл бұрын
Where is that video on gallois fields that was teased at the end of the last isbn video? I’ve just been sitting by hoping you’ll post the video soon, but now I’m starting to worry that there isn’t a video being made.
@Computerphile
@Computerphile 5 жыл бұрын
It is planned but it hasn't been shot yet! >Sean
@justinjustin7224
@justinjustin7224 5 жыл бұрын
Computerphile yay, thanks for the response! I shall wait patiently and keep my eye out for the video.
@Pedritox0953
@Pedritox0953 5 жыл бұрын
EXCELLENT WORK!! well explained
@blorgon
@blorgon 2 жыл бұрын
Where can I buy that shirt?
@ferroviaire79
@ferroviaire79 5 жыл бұрын
What is that Adaptec box always present on your videos? :)
@poer__jiyo3104
@poer__jiyo3104 5 жыл бұрын
Thank you sir, good job 🍉
@ESTEBANTMAN
@ESTEBANTMAN 5 жыл бұрын
Thanks for this videos!!
@JustinEltoft
@JustinEltoft 5 жыл бұрын
I love that they use line printer paper 😂😂 most kids probably wonder what's with the holes on the sides??
@ClockworkRBLX
@ClockworkRBLX 5 жыл бұрын
No, no one is wondering that
@boltstrikes429
@boltstrikes429 5 жыл бұрын
Only 90s kids will get this r/gatekeeping
@CheezyDee
@CheezyDee 5 жыл бұрын
The obvious answer for them is when you get your copy, you can waste time ripping the hole strips off. Like popping bubble wrap, but more official.
@rubenssiomusic
@rubenssiomusic 5 жыл бұрын
You know what grinds my gears? At 0:47 that iPhone is way too close to the edge of the table...
@recklessroges
@recklessroges 5 жыл бұрын
yeah! (should be pushed off the edge into the bin.)
@ahmedagack1557
@ahmedagack1557 5 жыл бұрын
Hello! I like your font. What is it? Elvish? Enochian? Thai?
@RealityCheck6T9
@RealityCheck6T9 4 жыл бұрын
Thanks, really enjoyed
@darylallen2485
@darylallen2485 5 жыл бұрын
You mention X windows using an encrypted tcp connection to poet 6000. I've always known ssh to use a standard port 23. When did that become the standard?
@chocolate_squiggle
@chocolate_squiggle 3 жыл бұрын
ssh uses port 22. The older unecrypted telnet protocol uses port 23.
@darylallen2485
@darylallen2485 3 жыл бұрын
@@chocolate_squiggle you are correct. Only thing i can think of is i made a typo on my cell phone 2 years ago.
@SupperBin
@SupperBin 5 жыл бұрын
Is that an amiga 1000 in the background?
@patrickjones9474
@patrickjones9474 3 жыл бұрын
Nice video
@etherealblue
@etherealblue 5 жыл бұрын
So padding is similar to salting a hashed password?
@boring7823
@boring7823 5 жыл бұрын
Not really. Sometimes it can be used as such, but normally padding is forced simply because encryption algorithms encrypt data in blocks of bytes (often 16 bytes). Nevertheless, if you've got to put bytes in there random is probably better than just zeros.
@ClockworkRBLX
@ClockworkRBLX 5 жыл бұрын
Not at all
@cemsinan2842
@cemsinan2842 5 жыл бұрын
I love how computer scientists are the ones create digital services but cannot let go of paper and pen lol
@JeremyStreich
@JeremyStreich 5 жыл бұрын
The people in most of Brady's videos are professors. They are used to teaching on whiteboard, blackboard, or overhead projector. That said, I often have a notebook handy when coding to draw out a UML diagram, flow chart or data structure so that I can think about edge cases. Maybe I need to ask my boss for a Wacom tablet.... lol.
@dmitripogosian5084
@dmitripogosian5084 Жыл бұрын
Nothing beats pen and paper when you sit next to a student and try to explain something to him. Whiteboard comes next
@Risorahn
@Risorahn 5 жыл бұрын
The computer to the left makes me think of Pageant's icon for some reason.
@recognizer6194
@recognizer6194 5 жыл бұрын
Rsync over ssh works for me.
@csjoeker
@csjoeker 5 жыл бұрын
24 years and you dont even talk about establishing connection and the keys. wow
@tedgabara
@tedgabara 5 жыл бұрын
Today I learned what verbose means and does
@shravan.shandilya
@shravan.shandilya 5 жыл бұрын
Good video
@Reddy19800
@Reddy19800 5 жыл бұрын
simply super.
@kingofaramaic
@kingofaramaic 5 жыл бұрын
Can you connect to a Bulletin Board System using Secure Shell Protocol (SSH) instead of Telnet?
@IlliterateSorcerer
@IlliterateSorcerer 3 жыл бұрын
...yeah...
@GabrieleBonetti
@GabrieleBonetti 5 жыл бұрын
why is padding encrypted given they would be equally random bytes before and after encryption?
9 - Cryptography Basics - SSH Protocol Explained
17:02
CBTVid
Рет қаралды 37 М.
Transport Layer Security (TLS) - Computerphile
15:33
Computerphile
Рет қаралды 485 М.
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 29 МЛН
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
Has Generative AI Already Peaked? - Computerphile
12:48
Computerphile
Рет қаралды 1 МЛН
SSH Tunnels SIMPLIFIED!
19:49
Shawn Powers
Рет қаралды 51 М.
How TOR Works- Computerphile
14:19
Computerphile
Рет қаралды 1,7 МЛН
Основы SSH
13:42
Хекслет
Рет қаралды 175 М.
How SSH Works
8:54
Mental Outlaw
Рет қаралды 556 М.
SSH Keys
10:12
RobEdwards
Рет қаралды 123 М.
How Ray Tracing Works - Computerphile
20:23
Computerphile
Рет қаралды 95 М.
Why I don't change SSH from port 22
13:31
Dreams of Code
Рет қаралды 57 М.
I cracked the divisibility code.
26:51
Stand-up Maths
Рет қаралды 61 М.
TLS Handshake Explained - Computerphile
16:59
Computerphile
Рет қаралды 566 М.
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 29 МЛН