diff options
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 14 |
1 files changed, 11 insertions, 3 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.187 2002/08/02 16:00:07 marc Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.188 2002/08/12 17:30:35 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -351,9 +351,9 @@ Sets up basic environment. | |||
351 | Reads | 351 | Reads |
352 | .Pa $HOME/.ssh/environment | 352 | .Pa $HOME/.ssh/environment |
353 | if it exists and users are allowed to change their environment. | 353 | if it exists and users are allowed to change their environment. |
354 | See | 354 | See the |
355 | .Cm PermitUserEnvironment | 355 | .Cm PermitUserEnvironment |
356 | in | 356 | option in |
357 | .Xr sshd_config 5 . | 357 | .Xr sshd_config 5 . |
358 | .It | 358 | .It |
359 | Changes to user's home directory. | 359 | Changes to user's home directory. |
@@ -462,6 +462,10 @@ logging in using this key. | |||
462 | Environment variables set this way | 462 | Environment variables set this way |
463 | override other default environment values. | 463 | override other default environment values. |
464 | Multiple options of this type are permitted. | 464 | Multiple options of this type are permitted. |
465 | Environment processing is disabled by default and is | ||
466 | controlled via the | ||
467 | .Cm PermitUserEnvironment | ||
468 | option. | ||
465 | This option is automatically disabled if | 469 | This option is automatically disabled if |
466 | .Cm UseLogin | 470 | .Cm UseLogin |
467 | is enabled. | 471 | is enabled. |
@@ -702,6 +706,10 @@ It can only contain empty lines, comment lines (that start with | |||
702 | and assignment lines of the form name=value. | 706 | and assignment lines of the form name=value. |
703 | The file should be writable | 707 | The file should be writable |
704 | only by the user; it need not be readable by anyone else. | 708 | only by the user; it need not be readable by anyone else. |
709 | Environment processing is disabled by default and is | ||
710 | controlled via the | ||
711 | .Cm PermitUserEnvironment | ||
712 | option. | ||
705 | .It Pa $HOME/.ssh/rc | 713 | .It Pa $HOME/.ssh/rc |
706 | If this file exists, it is run with /bin/sh after reading the | 714 | If this file exists, it is run with /bin/sh after reading the |
707 | environment files but before starting the user's shell or command. | 715 | environment files but before starting the user's shell or command. |