diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-02-10 15:48:54 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-02-10 15:48:54 +0000 |
commit | e140331c6a0eaa49568ca7b5ed01d20695a0b13b (patch) | |
tree | 9487df1b2f87eeacb929f52696091ed4f128fb01 /usr.bin/ssh/ssh.1 | |
parent | 22f925f593b81f128e0bd36c28448cad40dbdff0 (diff) |
remove mapping of argv[0] -> hostname; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 53a33c5b812..e3295dcd523 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.88 2001/02/09 18:18:26 provos Exp $ +.\" $OpenBSD: ssh.1,v 1.89 2001/02/10 15:48:53 stevesk Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -566,22 +566,6 @@ Forces .Nm to use IPv6 addresses only. .El -.Pp -If -.Nm -is not invoked with one of the standard program names -.Pf ( Dq ssh , -.Dq slogin , -.Dq rsh , -.Dq rlogin , -or -.Dq remsh ) , -it uses this name as its -.Ar hostname -argument. -This is consistent with traditional -.Xr rsh 1 -behavior. .Sh CONFIGURATION FILES .Nm obtains configuration data from the following sources (in this order): |