diff options
author | Damien Miller <djm@mindrot.org> | 2013-04-23 15:21:06 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-04-23 15:21:06 +1000 |
commit | 03d4d7e60b16f913c75382e32e136ddfa8d6485f (patch) | |
tree | 56db601b0ddcd36e27c565ce0e127330ac2de381 /ssh.1 | |
parent | 37f1c08473b1ef2a188ee178ce2e11e841f88563 (diff) |
- dtucker@cvs.openbsd.org 2013/04/07 02:10:33
[log.c log.h ssh.1 ssh.c sshd.8 sshd.c]
Add -E option to ssh and sshd to append debugging logs to a specified file
instead of stderr or syslog. ok markus@, man page help jmc@
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh.1,v 1.330 2012/10/04 13:21:50 markus Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.331 2013/04/07 02:10:33 dtucker Exp $ |
37 | .Dd $Mdocdate: October 4 2012 $ | 37 | .Dd $Mdocdate: April 7 2013 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -47,6 +47,7 @@ | |||
47 | .Op Fl b Ar bind_address | 47 | .Op Fl b Ar bind_address |
48 | .Op Fl c Ar cipher_spec | 48 | .Op Fl c Ar cipher_spec |
49 | .Op Fl D Oo Ar bind_address : Oc Ns Ar port | 49 | .Op Fl D Oo Ar bind_address : Oc Ns Ar port |
50 | .Op Fl E Ar log_file | ||
50 | .Op Fl e Ar escape_char | 51 | .Op Fl e Ar escape_char |
51 | .Op Fl F Ar configfile | 52 | .Op Fl F Ar configfile |
52 | .Op Fl I Ar pkcs11 | 53 | .Op Fl I Ar pkcs11 |
@@ -217,6 +218,10 @@ indicates that the listening port be bound for local use only, while an | |||
217 | empty address or | 218 | empty address or |
218 | .Sq * | 219 | .Sq * |
219 | indicates that the port should be available from all interfaces. | 220 | indicates that the port should be available from all interfaces. |
221 | .It Fl E Ar log_file | ||
222 | Append debug logs to | ||
223 | .Ar log_file | ||
224 | instead of standard error. | ||
220 | .It Fl e Ar escape_char | 225 | .It Fl e Ar escape_char |
221 | Sets the escape character for sessions with a pty (default: | 226 | Sets the escape character for sessions with a pty (default: |
222 | .Ql ~ ) . | 227 | .Ql ~ ) . |