Fix code formatting

This commit is contained in:
Daniel McKnight 2024-03-28 04:12:48 +00:00
parent 88ba8bdf53
commit 98371bdfba

View file

@ -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 <server IP Address>
User <remote username