<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/service/ssh.rst, branch rolling</title>
<subtitle>VyOS readthedocs (mirror of https://github.com/vyos/vyos-documentation.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-documentation.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2026-05-06T17:42:32+00:00</updated>
<entry>
<title>feat: flip swap mechanism — MD as primary, RST as override (Phase 1)</title>
<updated>2026-05-06T17:42:32+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-06T17:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=5d6fa52b8985f8068314aba26878a1d7d5cb84e5'/>
<id>urn:sha1:5d6fa52b8985f8068314aba26878a1d7d5cb84e5</id>
<content type='text'>
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-&lt;stem&gt;.md to docs/**/&lt;stem&gt;.md (drop md- prefix)
  for all 254 stems previously listed in docs/_swap.txt
- Rename docs/**/&lt;stem&gt;.rst to docs/**/rst-&lt;stem&gt;.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
</content>
</entry>
<entry>
<title>ssh: fix fido2 examples indentation (#1748)</title>
<updated>2026-01-30T16:54:42+00:00</updated>
<author>
<name>Alex Kudentsov</name>
<email>43482574+alexk37@users.noreply.github.com</email>
</author>
<published>2026-01-30T16:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=741a1f24454bb24ece86a9e3881625d3f6f7b252'/>
<id>urn:sha1:741a1f24454bb24ece86a9e3881625d3f6f7b252</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssh: T7483: Document fido2 add examples pair fido key with the VyOS (#1738)</title>
<updated>2026-01-20T15:28:47+00:00</updated>
<author>
<name>Andrii Pidnebesny</name>
<email>58984788+AnDroed09@users.noreply.github.com</email>
</author>
<published>2026-01-20T15:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=759fd06565a69b03d6706aed9d1c87be486ab63c'/>
<id>urn:sha1:759fd06565a69b03d6706aed9d1c87be486ab63c</id>
<content type='text'>
* Update ssh add fido example.rst

* remove useless "$"  ssh.rst

* add generation example ssh.rst

* add generation example ssh.rst</content>
</entry>
<entry>
<title>ssh: T7483: Document fido2 options (#1708)</title>
<updated>2026-01-17T08:55:52+00:00</updated>
<author>
<name>Chloe Surett</name>
<email>chloe@surett.me</email>
</author>
<published>2026-01-17T08:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=6cb2ba4c8dcb53430703fc10bc5d4d09e4b74df6'/>
<id>urn:sha1:6cb2ba4c8dcb53430703fc10bc5d4d09e4b74df6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssh: T8098: rename "ciphers" to "cipher"</title>
<updated>2025-12-15T18:29:22+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-12-15T18:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=758098c0c9cedf1ea3a6f8b6f547b645765957d7'/>
<id>urn:sha1:758098c0c9cedf1ea3a6f8b6f547b645765957d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssh: update list of supported ciphers!</title>
<updated>2025-12-15T18:28:42+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-12-15T18:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=1ea5d99f4f1e7f1a6911ddcae1aa5a0d9127f094'/>
<id>urn:sha1:1ea5d99f4f1e7f1a6911ddcae1aa5a0d9127f094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssh: T6013: add example how to use a CA for system login</title>
<updated>2025-05-29T12:19:13+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-05-29T12:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=f5ee81a3bbf1c5a9e5c2b8f512d12f040fcaa3cd'/>
<id>urn:sha1:f5ee81a3bbf1c5a9e5c2b8f512d12f040fcaa3cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SSH: fix missing space</title>
<updated>2025-01-08T13:53:38+00:00</updated>
<author>
<name>Robert Göhler</name>
<email>github@ghlr.de</email>
</author>
<published>2025-01-08T13:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=4d4faa9e88eab825c86371c5301d1d43395de6ab'/>
<id>urn:sha1:4d4faa9e88eab825c86371c5301d1d43395de6ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6013: Add docs for ssh trusted-user-ca-key feature</title>
<updated>2024-12-14T21:45:12+00:00</updated>
<author>
<name>Takeru Hayasaka</name>
<email>hayatake396@gmail.com</email>
</author>
<published>2024-12-14T21:45:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=27c325b7439381bf3df05bfeaa0c2f7bd9847acc'/>
<id>urn:sha1:27c325b7439381bf3df05bfeaa0c2f7bd9847acc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SSH: change command configuration documentation since its wrong. Appropriate command is &lt;set service ssh mac ...&gt;. Also add clear statement on how to define multiple algorithms.</title>
<updated>2024-08-29T17:07:11+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-08-29T17:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=ccf50ef211c14661bae100a640d70c981b393934'/>
<id>urn:sha1:ccf50ef211c14661bae100a640d70c981b393934</id>
<content type='text'>
</content>
</entry>
</feed>
