Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Handle SSH Banners #42

Open
spoetnik opened this issue Jun 23, 2015 · 2 comments
Open

Handle SSH Banners #42

spoetnik opened this issue Jun 23, 2015 · 2 comments

Comments

@spoetnik
Copy link

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.

@xendk
Copy link
Member

xendk commented Jun 23, 2015

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.

@spoetnik
Copy link
Author

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

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants