Server/Jails/SRS17: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „* sftp Fileserver == Ports == === installierte Ports === * autoconf * autoconf-wrapper * automake * automake-wrapper * db42 * expat * gdbm * gett…“) |
KKeine Bearbeitungszusammenfassung |
||
Zeile 45: | Zeile 45: | ||
==== [[Server/Jails#zsh | zsh]] ==== | ==== [[Server/Jails#zsh | zsh]] ==== | ||
=== zusätzliche Konfigurationsdateien === | |||
==== Jail ==== | |||
===== /etc/rc.conf ===== | |||
<code> | |||
sshd_enable="YES" | |||
</code> | |||
===== /etc/ssh/sshd_config ==== | |||
*zusätzliche sftp konfigurationen | |||
<code> | |||
Match User <Username> | |||
ChrootDirectory <newroot> | |||
X11Forwarding no | |||
AllowTcpForwarding no | |||
ForceCommand internal-sftp | |||
</code> | |||
== Siehe auch == | == Siehe auch == |
Version vom 16. November 2012, 00:40 Uhr
- sftp Fileserver
Ports
installierte Ports
- autoconf
- autoconf-wrapper
- automake
- automake-wrapper
- db42
- expat
- gdbm
- gettext
- gmake
- help2man
- libiconv
- libtool
- m4
- p5-Locale-gettext
- pcre
- perl-threaded
- pkgconf
- portupgrade
- python27
- ruby
- ruby18-bdb
- zsh
konfigurierte Ports
help2man
libiconv
m4
pcre
perl-threaded
portupgrade
ruby
zsh
zusätzliche Konfigurationsdateien
Jail
/etc/rc.conf
sshd_enable="YES"
= /etc/ssh/sshd_config
- zusätzliche sftp konfigurationen
Match User <Username>
ChrootDirectory <newroot>
X11Forwarding no
AllowTcpForwarding no
ForceCommand internal-sftp