A random question, but what’s the thing that comes to your mind when you see this combination of letters ?
What is SSH ?
Submitted 3 weeks ago by
TheViking@nord.pub to ask@piefed.social
Comments
teft@piefed.social 3 weeks ago d00ery@lemmy.world 3 weeks ago
Connecting to a remote machine in a terminal
RushLana@lemmy.blahaj.zone 3 weeks ago Me begging people to actually use ssh keys instead of password login
Libb@piefed.social 3 weeks 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 3 weeks ago
90% Secure shell, 10% hush
BenLeMan@lemmy.world 3 weeks ago
PuTTY. It’s been a while.
ndupont@lemmy.blahaj.zone 3 weeks ago
Secure shell, the standard encrypted remote terminal, running on TCP port 22.
WhoIzDisIz@lemmy.today 3 weeks ago
My new favorite Linux command line shell: aSSHole.
lambdabeta@lemmy.ca 3 weeks ago
Someone should create a new internet that uses SSH to access it. Call it An SSH On-Line Environment.
sulfidedisburseangledafternoontipper@piefed.blahaj.zone 3 weeks ago
Secure Shell?
ruuster13@lemmy.zip 3 weeks ago
Solid state harddrive
hendrik@palaver.p3x.de 3 weeks 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 3 weeks ago
They asked what comes to mind. Nothing about accuracy. So I’m right and you’re wrong.
wesker@lemmy.sdf.org 3 weeks ago secure shell
Maybelline@lemmy.zip 3 weeks 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 3 weeks ago Isn’t it a company ?
Nemo@slrpnk.net 3 weeks ago
ssh bby its ok
TheViking@nord.pub 3 weeks ago And what is that ?
RegularJoe@lemmy.world 3 weeks 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 3 weeks ago
Port 22.