diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/defaults.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py index 5e3ba4e63..d06f4ea05 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -90,3 +90,8 @@ commit_hooks = {'pre': '/etc/commit/pre-hooks.d', } airbag_noteworthy_size = 20 + +SSH_DSA_DEPRECATION_WARNING: str = \ +'Support for SSH-DSA keys is deprecated and will be removed in VyOS 1.6. ' \ +'Please update affected keys to a supported algorithm (e.g., RSA, ECDSA or ' \ +'ED25519) to avoid authentication failures after the upgrade.' |
