diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 12 |
1 files changed, 10 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.326 2012/06/18 12:17:18 dtucker Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.327 2012/09/06 04:37:39 dtucker Exp $ |
37 | .Dd $Mdocdate: June 18 2012 $ | 37 | .Dd $Mdocdate: September 6 2012 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -926,6 +926,14 @@ option. | |||
926 | .It Cm ~R | 926 | .It Cm ~R |
927 | Request rekeying of the connection | 927 | Request rekeying of the connection |
928 | (only useful for SSH protocol version 2 and if the peer supports it). | 928 | (only useful for SSH protocol version 2 and if the peer supports it). |
929 | .It Cm ~V | ||
930 | Decrease the verbosity | ||
931 | .Pq Ic LogLevel | ||
932 | when errors are being written to stderr. | ||
933 | .It Cm ~v | ||
934 | Increase the verbosit | ||
935 | .Pq Ic LogLevel | ||
936 | when errors are being written to stderr. | ||
929 | .El | 937 | .El |
930 | .Sh TCP FORWARDING | 938 | .Sh TCP FORWARDING |
931 | Forwarding of arbitrary TCP connections over the secure channel can | 939 | Forwarding of arbitrary TCP connections over the secure channel can |