OpenSSH
SoftwareWikipedia
38
MENTIONS
11
EPISODES
10
PODCASTS
Search complete. 38 mentions across 11 episodes found for "OpenSSH".
Sep 6, 2026
Course 42 - Mobile Malware Analysis Fundamentals | Episode 10: The Essentials of Dynamic Analysis
S
17:41speaker_5HOST
What else is in the toolkit?
S
17:43speaker_6HOST
You'll need OpenSSH.
S
17:44speaker_6HOST
And finally, you'll need a command line JavaScript framework.
S
17:47speaker_6HOST
For our purposes today, we'll just refer to it broadly as the script framework.
S
17:51speaker_5HOST
I want to pause on OpenSSH for a second.
S
17:54speaker_5HOST
because I know SSH is used for remote access.
S
17:57speaker_5HOST
But if my test phone is literally sitting on the desk right in front of me, plugged into my laptop via USB, Why do we need to remotely log into it?
S
18:27speaker_5HOST
It's just a workflow thing.
679: It also goes to 11
T
40:42Tom JonesHOST
Yeah.
T
40:43Tom JonesHOST
Okay, next up we have from the OpenBSD journal Undeadly.org, OpenSSH 10.5 release contributed by Peter N.M. Hanstein from the SSH! SSL is the ring out to the World Department.
T
40:58Tom JonesHOST
In another move that signals a new OpenBSD release is in the works, the OpenSSH project has released, without fanfare, its new version, OpenSSH 10.5.
T
41:07Tom JonesHOST
The release notes read, Recently the SSH...
T
41:10Tom JonesHOST
No, that's not how they read it.
Linux Threat Hunting - PSW #942
P
21:24Paul AsadoorianHOST
And there was, like, reasons for that, to start different things or do different things, but attackers abuse that and be like, "Oh, you know what? When you start SSH, that's great.
P
21:34Paul AsadoorianHOST
Run that script to start SSH, but by the way, I'm gonna give you an override, and I'm gonna append this other startup file, and you're gonna execute that as well." And if you're only looking at the startup file that shipped with OpenSSH, you'd be like, "Everything's fine." But if you're not looking for these other overrides, you're going to miss it.
P
21:54Paul AsadoorianHOST
Uh, and that's just one example of the things that I, I turned up.
P
21:57Paul AsadoorianHOST
Uh, there's also user-level system D configuration.
Post-Quantum Shipped — Two-Thirds of the Web Is Already Quantum-Safe
A
2:01Andrés SarmientoHOST
Microsoft shipped the algorithms into Windows.
A
2:03Andrés SarmientoHOST
OpenSSL and OpenSSH have it built in.
A
2:07Andrés SarmientoHOST
The standards body NIST finalized the algorithms two years ago, and now the entire ecosystem has shipped.
A
2:14Andrés SarmientoHOST
Post-quantum crypto stopped being an availability problem.
Course 42 - Mobile Malware Analysis Fundamentals | Episode 3: iOS Application Architecture and Jailbreaking Fundamentals
L
13:49Lady LuckADVERTISER
Mm-hmm.
S
13:49speaker_1HOST
Because Cydia installs OpenSSH in the background, we can connect the phone to Wi-Fi, find its IP address, and use a computer terminal to SSH directly into the phone's root file system.
L
14:00Lady LuckADVERTISER
You're initiating a connection targeting the root user account, and it asks for a password.
S
14:05speaker_1HOST
And this is crazy to me.
Risky Business #850 -- Widespread AI-enabled attacks target Siemens PLCs
O
24:22Ollie WhitehouseGUEST
I think I'm more balanced in terms of, I think any product has a potential, shall we say, to have a CVSS 10.
O
24:31Ollie WhitehouseGUEST
I think Timer Memorial has shown that, you know, if we go back to, Back in the day, we had OpenSSH with similar, you know, pretty much every technology that we had seen at some point either has demonstrated the ability to have or has had to have.
O
24:44Ollie WhitehouseGUEST
So I think I'm less surprised that it came to pass.
O
24:48Ollie WhitehouseGUEST
I think you have to be an optimist in these roles.
P
Unknown podcast
Terraform vs Ansible: Infrastructure Automation Explained
Aug 20 · 1 Mention
S
9:55SophiaGUEST
Standard SSH for Linux environments.
S
9:58SophiaGUEST
WinRM or OpenSSH for Windows.
S
10:01SophiaGUEST
It multiplexes the connection to speed things up, runs the modules, and then just drops the connection.
D
10:05DavidHOST
Which is brilliant.
339. DIY Bitcoin with HAC
H
8:17Heavily Armed ClownGUEST
Um, if you zoom out a little bit, we have kind of these pillars of s- the software industry as a whole, and they're...
H
8:24Heavily Armed ClownGUEST
It's really built on top of very large, highly scrutinized open source software projects like, like Linux, things like, um, OpenSSH, OpenSSL, um, protocols and standards and software libraries that are very well trusted, highly reviewed, very conservative in terms of like the change process, like what you have to go through to come in as a developer and make changes to those official software libraries.
H
8:51Heavily Armed ClownGUEST
And Bitcoin Core, you know, today the, the, the torch that carries the flame originally given to the world by Satoshi all those years ago is, is by and large, you know, one of the most trusted, heavily scrutinized, and conservative change processes for software in the world.
H
9:11Heavily Armed ClownGUEST
So we have this really great thing that Satoshi gave us, which is this, this great piece of software that's been iterated on a lot over the years and improved tremendously since it first released.
7 MINS LATER
H
15:59Heavily Armed ClownGUEST
Like by and large, they're, they're unauditable.
H
16:02Heavily Armed ClownGUEST
Um, they're, they're massive attack surfaces because you're basically trusting the manufacturer with your secret, right? Um, if, if you're not...
H
16:11Heavily Armed ClownGUEST
You know, a lot of-- there's a lot of open source tooling like OpenSSH or OpenSSL that a lot of like websites, like the internet, for example, is built on top of this idea of having a secret that you generate that no one else knows, that you keep safe, that you use to sign a certificate that says, "Yes, this website is, at the very least, was published by the person who holds this key." That's an SSL certificate.
H
16:35Heavily Armed ClownGUEST
It's that HTTPS thing that you see all over the internet that, uh, we didn't used to have years ago when the internet was a lot crazier.
680: Go Hack Yourself
C
0:34ChrisHOST
Hello, gentlemen.
C
0:35ChrisHOST
Coming up on the show, we'll break down the OpenSSH flaw you probably need to know about.
C
0:40ChrisHOST
And then we're going to attack our own systems in the spirit of finding issues before the bad guys do.
C
0:45ChrisHOST
We're going to go over how to red team your own network for fun and security.
W
5:40WesHOST
But you want to be able to use that throughout a network, right? So like you're going to one box and then you want to be able to still use your agent to be able to answer cryptographic questions further down the chain.
W
5:50WesHOST
So that's where SSH agent forwarding comes in.
W
5:52WesHOST
Well, there was an interaction between agent locking and OpenSSH's session binding that could allow certain operations that were supposed to stay local happen remotely through a forwarded agent.
W
6:04WesHOST
Uh-oh.
Why FTP Still Exists and SSH Won't Die
C
9:45CornHOST
And institutional sponsorship.
C
9:46CornHOST
The OpenSSH project, born out of OpenBSD, now community-maintained, has provided continuous stewardship for over 25 years.
C
9:54CornHOST
That's not a small thing.
C
9:56CornHOST
Someone has to write the code, review the patches, respond to vulnerability reports, shepherd the RFC updates.
C
10:02CornHOST
OpenSSH has done that without a corporate owner and without fragmentation.
C
10:06CornHOST
That's
H
10:07Herman PoppleberryHOST
the graveyard and the exemplar.
H
12:58Herman PoppleberryHOST
That's the technical adaptability factor
1 more episode mentions OpenSSH.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.