diff options
Diffstat (limited to 'upstream/archlinux/man8/rshd.8')
-rw-r--r-- | upstream/archlinux/man8/rshd.8 | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/upstream/archlinux/man8/rshd.8 b/upstream/archlinux/man8/rshd.8 new file mode 100644 index 00000000..e1a7fdb9 --- /dev/null +++ b/upstream/archlinux/man8/rshd.8 @@ -0,0 +1,57 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH RSHD "8" "December 2023" "GNU inetutils 2.5" "System Administration Utilities" +.SH NAME +rshd \- Remote shell server +.SH SYNOPSIS +.B rshd +[\fI\,OPTION\/\fR...] +.SH DESCRIPTION +Remote shell server. +.TP +\fB\-a\fR, \fB\-\-verify\-hostname\fR +ask hostname for verification +.TP +\fB\-l\fR, \fB\-\-no\-rhosts\fR +ignore .rhosts file +.TP +\fB\-L\fR, \fB\-\-log\-sessions\fR +log successful logins +.TP +\fB\-n\fR, \fB\-\-no\-keepalive\fR +do not set SO_KEEPALIVE +.TP +\fB\-r\fR, \fB\-\-reverse\-required\fR +require reverse resolving of remote host IP +.TP +\-?, \fB\-\-help\fR +give this help list +.TP +\fB\-\-usage\fR +give a short usage message +.TP +\fB\-V\fR, \fB\-\-version\fR +print program version +.SH AUTHOR +Written by many authors. +.SH "REPORTING BUGS" +Report bugs to <bug\-inetutils@gnu.org>. +.SH COPYRIGHT +Copyright \(co 2023 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +rsh(1) +.PP +The full documentation for +.B rshd +is maintained as a Texinfo manual. If the +.B info +and +.B rshd +programs are properly installed at your site, the command +.IP +.B info rshd +.PP +should give you access to the complete manual. |