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