deployotron
deployotron copied to clipboard
Handle SSH Banners
It is possible to display a SSH banner before the remote user authenticates over SSH. (http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/sshd_config.5 Search for Banner) Currently deployotron fails to deploy to a server using a SSH-banner.
I know.
I got around it by adding the following to the server alias:
'ssh-options' => "-o PasswordAuthentication=no -o LogLevel=Error",
I'm still on the fence whether to try and handle it, or just document it.
You are my Hero of the day! If there is a badge of that, wear it with pride today!
Thanks!