A random question, but what’s the thing that comes to your mind when you see this combination of letters ?
What is SSH ?
Submitted 1 month ago by
TheViking@nord.pub to ask@piefed.social
Comments
teft@piefed.social 1 month ago d00ery@lemmy.world 1 month ago
Connecting to a remote machine in a terminal
RushLana@lemmy.blahaj.zone 1 month ago Me begging people to actually use ssh keys instead of password login
Libb@piefed.social 1 month ago what’s the thing that comes to your mind when you see this combination of letters ?
That should post more on my blog (I use SSH to connect to the webserver and send the new HTML files)
neidu3@sh.itjust.works 1 month ago
90% Secure shell, 10% hush
BenLeMan@lemmy.world 1 month ago
PuTTY. It’s been a while.
ndupont@lemmy.blahaj.zone 1 month ago
Secure shell, the standard encrypted remote terminal, running on TCP port 22.
WhoIzDisIz@lemmy.today 1 month ago
My new favorite Linux command line shell: aSSHole.
lambdabeta@lemmy.ca 1 month ago
Someone should create a new internet that uses SSH to access it. Call it An SSH On-Line Environment.
sulfidedisburseangledafternoontipper@piefed.blahaj.zone 1 month ago
Secure Shell?
ruuster13@lemmy.zip 1 month ago
Solid state harddrive
hendrik@palaver.p3x.de 1 month ago
That’s nonsense. There is no ‘H’ in SSD. The ‘hard’ as in hard disk drive comes from the spinning disks inside being hard. In contrast to the floppy ones inside of a floppy disk… A solid state drive has no spinning disks at all. It’s just computer chips if you open it. So we cross out any ‘H’ and ‘F’s. And you’re left with the ‘D’.
ruuster13@lemmy.zip 1 month ago
They asked what comes to mind. Nothing about accuracy. So I’m right and you’re wrong.
wesker@lemmy.sdf.org 1 month ago secure shell
Maybelline@lemmy.zip 1 month ago
I’m worried OP might be asking on the wrong platform to get any other response.
I mean, I’m a geek, and I can’t think of anything else for those letters.
TheViking@nord.pub 1 month ago Isn’t it a company ?
Nemo@slrpnk.net 1 month ago
ssh bby its ok
TheViking@nord.pub 1 month ago And what is that ?
RegularJoe@lemmy.world 1 month ago
A shell (like a unix terminal) that gives you a secure way to do things, such as remotely logging in to another server, or executing commands remotely. With older programs like telnet, you had to login in the terminal passing your credentials without encryption. Secure Shell encrypts the stream to attempt to mitigate someone other than you from obtaining your credentials. SSH uses public-key cryptography to authenticate the remote computer and allow it to authenticate the user, if necessary.
JakenVeina@midwest.social 1 month ago
Port 22.