Added internal examples to the article

This commit is contained in:
Michele Cereda
2023-02-12 15:04:42 +01:00
parent 67c560e174
commit ac0f4ffb3c
2 changed files with 14 additions and 3 deletions

View File

@@ -166,7 +166,7 @@ CanonicalDomains xxx.auckland.ac.nz yyy.auckland.ac.nz
Host *.xxx.auckland.ac.nz
User user_xxx
Host *.yyy.auckland.ac.nz
Host *.yyy.auckland.ac.nz
User user_yyy
```
@@ -182,6 +182,8 @@ ControlPersist 30s
## Further readings
- [`ssh_config`][ssh_config] file example
- [`sshd_config`][sshd_config] file example
- [ssh-agent]
## Sources
@@ -194,10 +196,14 @@ ControlPersist 30s
- [How to perform hostname canonicalization]
- [How to reuse SSH connection to speed up remote login process using multiplexing]
<!-- -->
<!-- project's references -->
[ssh-agent]: https://www.ssh.com/academy/ssh/agent
<!-- -->
<!-- internal references -->
[ssh_config]: ../examples/ssh/ssh_config
[sshd_config]: ../examples/ssh/sshd_config
<!-- external references -->
[how to enable ssh access using a gpg key for authentication]: https://opensource.com/article/19/4/gpg-subkeys-ssh
[how to list keys added to ssh-agent with ssh-add?]: https://unix.stackexchange.com/questions/58969/how-to-list-keys-added-to-ssh-agent-with-ssh-add
[how to perform hostname canonicalization]: https://sleeplessbeastie.eu/2020/08/24/how-to-perform-hostname-canonicalization/