1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
Commit Graph

13 Commits

Author SHA1 Message Date
halex
71c04358ef Add a set of flags to rmt(8) to make it run in a restricted mode,
designed to work with rdump(8) to remote disk.

  -d <directory>   confines rmt to operate within a single directory.
  -r               enforces read-only mode.
  -w               enforces write-only mode.

This is quite usable with public ssh key setup, e.g. having the following in .ssh/authorized/keys:

  command="/etc/rmt -rd /backups/machine.example.conf",no-agent-forwarding,... ssh-rsa AAAAB3...

ok semarie@
2015-09-20 10:05:48 +00:00
schwarze
50100c6f99 Add missing .Sm macros (from matthew@).
While here,
* use .Ic rather than .Sy for commands and fix an .Xr
* remove duplicate $Id$ and multiple useless .Tn and .Xo
* avoid lengthy .Bd and .Sm where they are not needed
OK matthew@ jmc@
2011-07-23 15:40:13 +00:00
jmc
9490d37cb6 convert to new .Dd format; 2007-05-31 19:19:00 +00:00
jmc
9d0b46bce1 - section reorder
- macro fixes
- kill whitespace at EOL
- new sentence, new line
2003-06-12 12:59:48 +00:00
millert
29295d1c5c Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.
2003-06-02 23:27:43 +00:00
millert
06885c0777 Kill/adjust r(login|exec)d? references now that those are no longer in
the tree.
2002-05-06 23:33:46 +00:00
aaron
cdbdb68ad4 Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other
cleanup along the way.
2000-03-19 17:56:58 +00:00
aaron
6931a8aa25 remove trailing whitespace, some Nm cleanup 1999-06-05 22:16:18 +00:00
aaron
fc8533a33f remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
1999-05-23 14:10:46 +00:00
aaron
43399070d0 all .Nm macros should have an argument in SYNOPSIS; also misc cleanup 1999-04-02 15:12:18 +00:00
aaron
1c499c0bf7 cleanup 1999-03-11 19:39:40 +00:00
deraadt
499bee7d2b fix L args; mikel 1997-07-01 21:17:54 +00:00
deraadt
df930be708 initial import of NetBSD tree 1995-10-18 08:37:01 +00:00