deployotron icon indicating copy to clipboard operation
deployotron copied to clipboard

Handle SSH Banners

Open spoetnik opened this issue 9 years ago • 2 comments

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.

spoetnik avatar Jun 23 '15 11:06 spoetnik

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.

xendk avatar Jun 23 '15 12:06 xendk

You are my Hero of the day! If there is a badge of that, wear it with pride today!

Thanks!

spoetnik avatar Jun 23 '15 12:06 spoetnik