You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if it also reads the configuration under Include config files unde ~/.ssh/config
# Managed by lazyssh
Include ~/.ssh/jumpbox_config
Include ~/.ssh/blue_config
Include ~/.ssh/green_config
Host jumpserver
HostName 34.199.0.25
User muneeshd
Port 2104
IdentityFile ~/.ssh/id_rsa
I usually have config isolation. it would be really great we have option to list the entries inside my custom config files.