-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
Description
Checks
- I have searched the existing issues.
LazySSH Version
0.3.0
Operating System
Linux - Ubuntu 24
Description
In situations where hosts are defined using pattern matching, the setting are not being set for the hosts that match. Example:
Host lab-serv1
hostname 10.10.0.1
user admin
Host lab-serv2
hostname 10.10.0.2
Host server-behind-lab
hostname 10.30.0.1
user testuser
port 1234
proxyjump lab-serv1
localforward 7630 127.0.0.1:7630
Host lab-*
user user123
proxyjump jumper1
The hosts lab-serv1 and lab-serv2 do not show the proxyjump as it would be supposed:
Similarly, lab-serv2 should inherite the user from the pattern matching host, however it does not appear in the tui.
