lawmin2021 commented on issue #609: URL: https://github.com/apache/mina-sshd/issues/609#issuecomment-2364038174
yes, SSH does not support that. But from this page: https://man.openbsd.org/ssh_config "A single ‘*’ as a pattern can be used to provide global defaults for all hosts." It really depends on the implementation. The Mina SSHD version 2.12.1 supports the '*' wildcard I believe it would be beneficial to support the '*' wildcard programmatically. For instance, in my environment, there’s no specific pattern to identify the hostname or IP address. If '*' is supported, we wouldn't need to worry about the details of the remote hosts. So just because the Linux SSH command doesn't support it doesn't mean that the Java library shouldn't -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org