Hi, On my work machine bash is the default shell (AD accounts...), and I have an issue with the SSH completion: ssh stobash: _ssh_hosts: command not found... Trace file (see line 622): https://pastebin.com/raw/eE6XJbg2 It looks like at some point bash is invoked, which tries to resolve _ssh_hosts and fails. If I explicitly "autoload _ssh_hosts", it works correctly. It looks like a bug to me ? Cheers, Julien