Re: [Twisted-Python] Setting socket options before bind/listen

2014-02-04 Thread David Timothy Strauss
You can also accomplish this using systemd socket activation with the ReusePort= option [1]. Twisted supports inheriting such sockets from systemd. [1] http://www.freedesktop.org/software/systemd/man/systemd.socket.html ___ Twisted-Python mailing list T

[Twisted-Python] Sending feedback on SSH authentication failures

2014-02-04 Thread David Timothy Strauss
Is there a straightforward way to send text feedback to users when their authentication fails? At Pantheon, we use a custom implementation of IRealm. I'm hoping there's a way to send or return the output from there. We particularly need this because users will have various two-factor authenticatio