diff options
author | djm@openbsd.org <djm@openbsd.org> | 2016-08-19 05:18:06 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-08-23 06:29:07 +0200 |
commit | 83b581862a1dbb06fc859959f829dde2654aef3c (patch) | |
tree | fc8569112cdf47a9f27fc778ab9bf9d4fecdcfbb /sshd.8 | |
parent | upstream commit (diff) | |
download | openssh-83b581862a1dbb06fc859959f829dde2654aef3c.tar.xz openssh-83b581862a1dbb06fc859959f829dde2654aef3c.zip |
upstream commit
remove UseLogin option and support for having /bin/login
manage login sessions; ok deraadt markus dtucker
Upstream-ID: bea7213fbf158efab7e602d9d844fba4837d2712
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.285 2016/08/15 12:32:04 naddy Exp $ -.Dd $Mdocdate: August 15 2016 $ +.\" $OpenBSD: sshd.8,v 1.286 2016/08/19 03:18:06 djm Exp $ +.Dd $Mdocdate: August 19 2016 $ .Dt SSHD 8 .Os .Sh NAME @@ -504,9 +504,6 @@ Environment processing is disabled by default and is controlled via the .Cm PermitUserEnvironment option. -This option is automatically disabled if -.Cm UseLogin -is enabled. .It Cm from="pattern-list" Specifies that in addition to public key authentication, either the canonical name of the remote host or its IP address must be present in the |