RSSAmplifier

Blog

Karl's Notes

A. Karl Kornel s personal blog

karl.kornel.usRSS feed ↗10 posts

Latest posts

Getting an ECC Certificate from InCommon

I work at a University that is a member of InCommon. One of the benefits of joining InCommon is getting access to an unlimited number of TLS (SSL) certificates (including EV, client, and code-signing certs). I recently decided that, instead Continue reading

Finding (and Trusting) the DoD Root CAs in macOS

Recently, I wanted to read about the NSA s Commercial National Security Algorithm (or CNSA) Suite, which is their replacement to the Suite B algorithms. The web site for the CNSA Suite is https://www.iad.gov/iad/programs/iad-initiatives/cnsa-suite.cfm, but if you go there now on a Mac, Continue reading

Welp, there go my Git signatures

Hello! If you already know about the RoCA vulnerability, and you know what I did about it (or you don t care), then feel free to skip down to the good stuff! Signs of Trouble Monday morning, as I was on the Continue reading

Converting an Illumina workflow to a Singularity container

As part of my job, I support various labs (and other users) on campus. My work includes hardware maintenance, system administration, and software development. One of the labs on campus (the Quake Lab) asked me to automate part of their DNA Continue reading

Karl’s Work Mac Setup

(This post is in beta) So, what all do I install, and why? The OpenSSH shipped in El Capitan is partially broken (GSSAPI Key Exchange doesn t work). So, we build our own, including GSSAPI authentication and GSSAPI Key Exchange. MacPorts Continue reading

Using an OpenPGP card/Yubikey with SSH authentication? Don’t forget about sshcontrol!

Here s yet another thing that hit me at work today, and getting the answer involved annoying searching testing, so here it is for you! I use a Debian jessie workstation, and my SSH key lives on a Yubikey. We Continue reading

Identifying spammers in your shared web service (featuring Postfix, auditd, and iptables)

Over the last week, we ve been having a problem with spam in our shared web service: Something was sending out lots of low-quality, easily-blockable spam, and the bouncebacks were filling up the Postfix queues in our outgoing email cluster. The Continue reading

Using Net::SSH::Perl to sign stuff in SSH agents

Quick note for me: How to use Net::SSH::Perl to have a remote SSH key sign something, and then verify that signature later. Maybe use this, with SSH agent forwarding, as a challenge-response method of saying Hey, end-user, are you still Continue reading

Developing on El Capitan? Need OpenSSL? Install MacPorts!

I m right now experiencing the joys of setting up a Perl development environment on Mac OS X 10.11 (El Capitan). I ve already talked about the weird linker warnings that appear when building Perl, and I ve just come across another fun Continue reading

Weird object file warnings building Perl on OS X 10.11 El Capitan

Are you getting "object file was built for newer OSX version" warnings when building Perl on El Capitan? I talk about why it's happening, and how to fix it. Continue reading