diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd.8,v 1.168 2002/02/10 01:07:05 deraadt Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.169 2002/02/28 20:36:42 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -457,6 +457,9 @@ and | |||
457 | can be used as wildcards in the patterns. | 457 | can be used as wildcards in the patterns. |
458 | Only user names are valid; a numerical user ID is not recognized. | 458 | Only user names are valid; a numerical user ID is not recognized. |
459 | By default, login is allowed for all users. | 459 | By default, login is allowed for all users. |
460 | If the pattern takes the form USER@HOST then USER and HOST | ||
461 | are separately checked, restricting logins to particular | ||
462 | users from particular hosts. | ||
460 | .It Cm GatewayPorts | 463 | .It Cm GatewayPorts |
461 | Specifies whether remote hosts are allowed to connect to ports | 464 | Specifies whether remote hosts are allowed to connect to ports |
462 | forwarded for the client. | 465 | forwarded for the client. |