Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Oct 2017 16:33:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 205144] [patch] make rsh(1) compatible with recent Cisco IOS versions
Message-ID:  <bug-205144-2472-zOVDs8G3Cx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205144-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205144-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205144

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: eugen
Date: Mon Oct  2 16:33:05 UTC 2017
New revision: 324212
URL: https://svnweb.freebsd.org/changeset/base/324212

Log:
  rsh: introduce new option -N disabling shutdown of socket sending path.

  This prevents premature disconnection of rsh session with protocol
  implementation confused by "end-of-file" condition for standard
  input stream. For example, modern Cisco IOS (15.x) versions
  can be managed with "rsh -N" cron jobs having /dev/null as stdin.

  PR:           205144
  Approved by:  avg (mentor)
  MFC after:    1 week

Changes:
  head/usr.bin/rsh/rsh.1
  head/usr.bin/rsh/rsh.c

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205144-2472-zOVDs8G3Cx>