index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
conf_mode
/
ssh.py
Age
Commit message (
Expand
)
Author
2023-12-31
T5474: establish common file name pattern for XML conf mode commands
Christian Breunig
2023-08-07
T5434: use merge_defaults in ssh.py
John Estabrook
2023-07-14
T5195: vyos.util -> vyos.utils package refactoring (#2093)
Christian Breunig
2023-01-14
systemd: T2185: always place generated override files in /run
Christian Breunig
2022-10-10
ssh: T4716: Ablity to configure RekeyLimit data and time
Viacheslav Hletenko
2022-08-25
ssh: T2185: use reload-or-restart on configuration changes
Christian Poessinger
2022-05-12
sshguard: T4408: Add service ssh dynamic-protection
Viacheslav Hletenko
2022-04-14
ssh: T4353: fix Jinja2 linting errors
Christian Poessinger
2021-01-17
ssh: T671: generate rsa, dsa and ed25519 keys on demand
Christian Poessinger
2021-01-13
ssh: T3212: do not make /run/sshd directory disappear on failure
Christian Poessinger
2021-01-07
ssh: T2635: harden Jinja2 template and daemon startup
Christian Poessinger
2021-01-07
ssh: T2635: change sshd_config path to /run/sshd
Christian Poessinger
2020-11-27
vyos.template: T2720: always enable Jinja2 trim_blocks feature
Christian Poessinger
2020-11-12
ssh: T2635: drop superfluous import
Christian Poessinger
2020-10-30
ssh: T2635: reuse common verify_vrf() function
Christian Poessinger
2020-08-31
configd: T2582: add scripts to include list for daemon
John Estabrook
2020-08-03
ssh: T1076: make configuration volatile
Christian Poessinger
2020-07-01
config: T2667: adapt for refinements to get_config_dict
John Estabrook
2020-06-23
ssh: T2635: migrate to get_config_dict()
Christian Poessinger
2020-06-13
ssh: T2321: always run "systemctl daemon-reload"
Christian Poessinger
2020-06-13
ssh: T2321: fix invalid string/list assignment of default port
Christian Poessinger
2020-06-11
ssh: T2321: add VRF support
Christian Poessinger
2020-06-11
ssh: T2321: use list over string when working with Config()
Christian Poessinger
2020-05-29
airbag: T2088: explicit enabling of the feature
Thomas Mangin
2020-05-19
util: T2467: add systemctl to autosudo
Thomas Mangin
2020-04-12
template: T2230: use render to generate templates
Thomas Mangin
2020-04-09
util: T2226: os.system was wrongly converted to run
Thomas Mangin
2020-04-06
util: T2226: covert most calls from os.system to util
Thomas Mangin
2020-04-05
ssh: T2230: add Jinja2 trim_blocks Environment option
Christian Poessinger
2020-04-05
ssh: T2230: move inlined templates to dedicated files
Christian Poessinger
2019-10-19
Merge branch 'current' of github.com:vyos/vyos-1x into equuleus
Christian Poessinger
2019-10-13
ssh.py: check if file exists before deleting it
Christian Poessinger
2019-10-09
ssh - T1719: ssh deprecated options removed
hagbard
2018-10-21
T634: remove 'service ssh allow-root'
Christian Poessinger
2018-10-19
Add Client keepalive option for use with cloud-init
UnicronNL
2018-08-26
ssh.py: start/stop service via systemctl
Christian Poessinger
2018-05-23
Use normal assignment by key instead of setdefault() everywhere.
Daniil Baturin
2018-05-16
conf_mode: remove generation time from config header and adjust scriptname
Christian Poessinger
2018-05-16
Revert "T634: Remove 'service ssh allow-root'"
Christian Poessinger
2018-05-16
T644: remove prefixing from all scripts and update environment variables with...
Daniil Baturin