#1003046 openssh-client-ssh1: use /etc/ssh/ssh1_config as default config file

Package:
openssh-client-ssh1
Source:
openssh-ssh1
Description:
secure shell (SSH) client for legacy SSH1 protocol
Submitter:
Richard Lucassen
Date:
2024-09-24 03:27:02 UTC
Severity:
wishlist
#1003046#5
Date:
2022-01-03 09:37:33 UTC
From:
To:
It would be nice if ssh1 looks for /etc/ssh/ssh1_config before ssh_config. If exists, it will read ssh1_config.

R.

#1003046#10
Date:
2024-09-24 03:22:39 UTC
From:
To:
Dear Maintainer,

This has become more important with the removal of old protocols
from upstream openssh.  This package attempts to read a configuration
file meant for openssh-client, and errors out.  I'm maintaining a parallel
version that looks in /etc/ssh1 and ~/.ssh1 to stop the two from
conflicting since installing ssh1 is now mandatory to access older hardware.

As the two continue to diverge the incompatibility will only grow.