summaryrefslogtreecommitdiff
path: root/docs/configuration/service/ssh.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism — MD as primary, RST as override (Phase 1)Yuriy Andamasov
This is the first of three phases inverting the per-page swap mechanism so MD becomes the canonical primary and RST becomes the rare override. Phase 1 — file renames + conf.py exclude_patterns flip only: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 254 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 254 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty comment-only since no pages need the RST fallback right now - conf.py exclude_patterns flipped: rst-*.rst is now excluded by default instead of md-*.md - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt (Phase 2 will rewrite swap_sources.py to produce these names; for now no swap script runs because overrides list is empty) Phase 2 (next commit on this branch) will rewrite scripts/swap_sources.py with inverted rename direction, delete scripts/import_myst.py + tests, and update tests/test_swap_sources.py for the new semantics. Phase 3 will be the cleanup pass and ready-for-review flip. Generated by robots https://vyos.io
2026-01-30ssh: fix fido2 examples indentation (#1748)Alex Kudentsov
2026-01-20ssh: T7483: Document fido2 add examples pair fido key with the VyOS (#1738)Andrii Pidnebesny
* Update ssh add fido example.rst * remove useless "$" ssh.rst * add generation example ssh.rst * add generation example ssh.rst
2026-01-17ssh: T7483: Document fido2 options (#1708)Chloe Surett
2025-12-15ssh: T8098: rename "ciphers" to "cipher"Christian Breunig
2025-12-15ssh: update list of supported ciphers!Christian Breunig
2025-05-29ssh: T6013: add example how to use a CA for system loginssh-caChristian Breunig
2025-01-08SSH: fix missing spaceRobert Göhler
2024-12-15T6013: Add docs for ssh trusted-user-ca-key featureTakeru Hayasaka
2024-08-29SSH: change command configuration documentation since its wrong. Appropriate ↵Nicolas Fort
command is <set service ssh mac ...>. Also add clear statement on how to define multiple algorithms.
2024-06-28ssh: T5878: Allow changing the PubkeyAcceptedAlgorithms optionkhramshinr
2023-10-29Add "monitor log ssh" and "monitor log ssh dynamic-protection"JeffWDH
2023-10-19Update ssh.rstJeffWDH
Added: show log ssh show log ssh dynamic-protection show ssh fingerprints show ssh fingerprints ascii show ssh dynamic-protection
2023-01-30ssh: sync branchesrebortg
2023-01-18loadkey is to be completely removed from 1.4erkin
2022-08-12Update generate public-key-command user subcommandEvelyn Pai
2022-05-30sshguard: Add ssh dynamic-protectionViacheslav Hletenko
2022-03-10Fix typo in `generate public-key-command`erkin
2021-08-18replace cpo@LR1.wue3 -> vyos@vyosChristian Poessinger
2021-06-20ssh: Fix formattingerkin
2021-06-20Deprecate `loadkey`erkin
2021-02-11docs: fix linting errorsDaniel T. Thorpe
2021-02-11docs(ssh.rst): clarity of sentenceDaniel T. Thorpe
2021-01-30ssh: fix warning about "Explicit markup ends without a blank line"Christian Poessinger
2021-01-29ssh: add op-mode commandsChristian Poessinger
2020-12-11service: fix lint errorsrebortg
2020-12-08Merge branch 'sagitta' of https://github.com/rebortg/vyos-documentationrebortg
2020-11-30arrange services and protocolsrebortg