summaryrefslogtreecommitdiff
path: root/docs/configuration/system
AgeCommit message (Collapse)Author
2024-08-09TACACS Authenticationaslanvyos
2024-08-08TACACS Authenticationaslanvyos
Clarification about TACACS
2024-07-06Update Login with OTP UsageTim Harman
Make it clear the user has to append their OTP token to their password. (cherry picked from commit 50c3ddb357097da8cddab5f92d1a774316c99c24)
2024-04-23Update host-name.rstAndré Luiz dos Santos
(cherry picked from commit 4819f7129249039c0b3de6625f484b30b6e951b8)
2024-03-05T2447: add configurable kernel boot option 'disable-power-saving'Christian Breunig
Lower available CPU C states to a minimum if this option set. This will set Kernel commandline options "intel_idle.max_cstate=0 processor.max_cstate=1". (cherry picked from commit f0324d8a03c0c0cd7ed250b722ca4a2aff55f617)
2024-02-17login: T5972: add possibility to disable individual local user accountsChristian Breunig
(cherry picked from commit e6b534942b8eaedfc3a6290f97d0040e61179b79)
2024-02-16T6001: add option to disable next-hop-tracking resolve-via-defaultChristian Breunig
(cherry picked from commit 7a6cc0cf0ff081b4367c212821c7bf125bbb7427)
2024-02-14Added information related to root-partition-auto-resizerebortg
(cherry picked from commit e50b510c0c5c980047bd77775a0c4d763aaa838b)
2024-02-02T5979: add configurable kernel boot option 'disable-mitigations'Christian Breunig
(cherry picked from commit 38e13fbab0560758baf3d676657254a490890376)
2023-12-30system: T5877: Shorten system domain-search config pathChristian Breunig
Documentation pdate for https://github.com/vyos/vyos-1x/pull/2718 (cherry picked from commit 05215848a5df37a4cc4075a58b05f19871a56306)
2023-12-26Add system update-check exampleViacheslav Hletenko
Add an example of online checking for updates ``` set system update-check auto-check set system update-check url <url> ``` (cherry picked from commit fd3073eef7bcbd64112e0581ba10afb58100b30d)
2023-12-15frr: T4020: document multiple per daemon config knobsChristian Breunig
(cherry picked from commit 4aeedc96c2168bd6e19c2be7d30584c8a9fa6ab7)
2023-06-30Fixing of various errors with duplicate labelsrebortg
2023-06-22T141: add TACACS supportChristian Breunig
2023-05-11syslog: T2769: add VRF supportChristian Breunig
2023-04-25Add login limitsViacheslav Hletenko
2023-04-17fix duplicate labelsrebortg
2023-04-13T5150: Kernel/Zebra route-map supportChristian Breunig
2023-03-29Add sFlow documentation and an example of configuraitonViacheslav Hletenko
2023-02-05Change IPsec authentication PSK and examplesViacheslav Hletenko
2023-02-02sysctl: Add docs for sysctl commandNicolas Fort
2023-01-31contrack: sync branchesrebortg
2023-01-19Delete acceleration.disableRobert Göhler
2023-01-18loadkey is to be completely removed from 1.4erkin
2023-01-15Merge pull request #922 from b-/patch-1Robert Göhler
add reference to /etc/hosts
2023-01-14T3008: migrate from ntpd to chronyChristian Breunig
2023-01-13removed spurious commabri
2023-01-13oh, so THAT'S how you rstbri
2023-01-13Update host-name.rstbri
please don't manually edit /etc/hosts
2023-01-13add reference to /etc/hostsbri
This mainly for search engine optimization -- it took me too much effort to get the correct results I wanted by searching the Internet for `vyos hosts file`
2023-01-04ssh: T2651: document ssh-client CLI optionsChristian Poessinger
2022-12-19Conntrack: update docs with all conntrack commands supported so far. (#905)Nicolás Fort
2022-12-19system login: T4751: 2FA OTP key generator in VyOS CLI (#875)goodNETnick
Co-authored-by: Robert Göhler <github@ghlr.de>
2022-10-17correct 2fa/mfa defaultvalue syntaxRobert Göhler
2022-10-16login: add 2fa/mfa default valuesChristian Poessinger
2022-10-15login: 2fa: adjust to latest CLI commandsChristian Poessinger
2022-10-11system login: T874: add 2FA support for local and ssh authenticationgoodNETnick
2022-09-08ipsec-interface: syntax correctionsrividya0208
The command to set the vpn interface is changed in the rolling release which is not modified in many configuration examples, corrected syntax in all pages where it is mentioned
2022-07-12disable-directed-broadcast correct commandRobert Göhler
2022-07-12Add directed broadcast forwarding documentationYuxiang Zhu
2022-07-07Merge pull request #804 from aapostoliuk/eventhandlerdocsRobert Göhler
event handler: T3083: Created documentation for the new Event Handler
2022-07-05ipv6: adjust BGP neighbor reset commandChristian Poessinger
2022-07-04add QAT documentationrebortg
2022-07-04event handler: T3083: Created documentation for the new Event Handleraapostoliuk
Created documentation for the new Event Handler module
2022-04-08ipv6: disable address-family is no longer supporte din 1.4Christian Poessinger
2022-03-10Fix syntactic mistake in `system login radius server`erkin
2022-03-07add short info about conntrack modules (#731)Thomas Jensen
2021-09-05T971 Document the use of ssh key optionsPaul Lettington
While adding &quot; support in T971, I noticed that `options` weren't documented at all. This commit adds documentation for ssh options, including the use of &quot;
2021-09-05T3804: merge "system name-servers-dhcp" into "system name-server"Christian Poessinger
(cherry picked from commit 7479329761a80e41b86c8959ebed8c451a4da980)
2021-06-30Merge branch 'master' into miscRobert Göhler