summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.110
1 files changed, 7 insertions, 3 deletions
diff --git a/ssh.1 b/ssh.1
index 42aa37763..08f0c6ce8 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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: ssh.1,v 1.144 2002/01/16 17:42:33 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.145 2002/01/29 23:50:37 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -207,8 +207,8 @@ the password cannot be seen by someone listening on the network.
207.Pp 207.Pp
208.Ss SSH protocol version 2 208.Ss SSH protocol version 2
209.Pp 209.Pp
210When a user connects using the protocol version 2 210When a user connects using protocol version 2
211different authentication methods are available. 211similar authentication methods are available.
212Using the default values for 212Using the default values for
213.Cm PreferredAuthentications , 213.Cm PreferredAuthentications ,
214the client will try to authenticate first using the hostbased method; 214the client will try to authenticate first using the hostbased method;
@@ -1490,6 +1490,10 @@ Contains additional definitions for environment variables, see section
1490.Sx ENVIRONMENT 1490.Sx ENVIRONMENT
1491above. 1491above.
1492.El 1492.El
1493.Sh DIAGNOSTICS
1494.Nm
1495exits with the exit status of the remote command or with 255
1496if an error occurred.
1493.Sh AUTHORS 1497.Sh AUTHORS
1494OpenSSH is a derivative of the original and free 1498OpenSSH is a derivative of the original and free
1495ssh 1.2.12 release by Tatu Ylonen. 1499ssh 1.2.12 release by Tatu Ylonen.