From 98371bdfba1bdeec0416c68758bbb5dd2e9b8fb9 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 28 Mar 2024 04:12:48 +0000 Subject: [PATCH] Fix code formatting --- 2024-03-10_Shell-Customizations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2024-03-10_Shell-Customizations.md b/2024-03-10_Shell-Customizations.md index e250785..cea14ad 100644 --- a/2024-03-10_Shell-Customizations.md +++ b/2024-03-10_Shell-Customizations.md @@ -38,7 +38,7 @@ For SSH keys, I have one key pair I use for personal systems and another for wor key management or key rotation and instead will focus on SSH configuration. My SSH config simply contains global config options and includes other configuration files for specific hosts. I find this makes it easier to manage hosts since I can group hosts in different files. My `~/.ssh/config` looks like: -``` +```text Include config.d/* Host * AddKeysToAgent yes @@ -51,7 +51,7 @@ Host * > You can find descriptions of all the SSH config options in the [BSD manpages](https://man.openbsd.org/ssh_config). A couple example hosts look like: -``` +```text Host work.server HostName User