diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -34,8 +34,8 @@ | |||
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.311 2010/08/31 21:14:58 jmc Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.312 2010/09/04 09:38:34 jmc Exp $ |
38 | .Dd $Mdocdate: August 31 2010 $ | 38 | .Dd $Mdocdate: September 4 2010 $ |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -647,10 +647,6 @@ may additionally obtain configuration data from | |||
647 | a per-user configuration file and a system-wide configuration file. | 647 | a per-user configuration file and a system-wide configuration file. |
648 | The file format and configuration options are described in | 648 | The file format and configuration options are described in |
649 | .Xr ssh_config 5 . | 649 | .Xr ssh_config 5 . |
650 | .Pp | ||
651 | .Nm | ||
652 | exits with the exit status of the remote command or with 255 | ||
653 | if an error occurred. | ||
654 | .Sh AUTHENTICATION | 650 | .Sh AUTHENTICATION |
655 | The OpenSSH SSH client supports SSH protocols 1 and 2. | 651 | The OpenSSH SSH client supports SSH protocols 1 and 2. |
656 | The default is to use protocol 2 only, | 652 | The default is to use protocol 2 only, |
@@ -1394,6 +1390,10 @@ See the | |||
1394 | .Xr sshd 8 | 1390 | .Xr sshd 8 |
1395 | manual page for more information. | 1391 | manual page for more information. |
1396 | .El | 1392 | .El |
1393 | .Sh EXIT STATUS | ||
1394 | .Nm | ||
1395 | exits with the exit status of the remote command or with 255 | ||
1396 | if an error occurred. | ||
1397 | .Sh SEE ALSO | 1397 | .Sh SEE ALSO |
1398 | .Xr scp 1 , | 1398 | .Xr scp 1 , |
1399 | .Xr sftp 1 , | 1399 | .Xr sftp 1 , |