patch-jsd_jsh_1 644 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-jsd_jsh_1,v 1.3 2008/04/03 12:13:48 wcmaier Exp $
  2. --- jsd/jsh.1.orig Mon Mar 31 19:46:06 2008
  3. +++ jsd/jsh.1 Mon Mar 31 19:46:16 2008
  4. @@ -133,7 +133,7 @@ utilizes the following environment variables:
  5. .It Ev RCMD_CMD
  6. Command to use to connect to remote machines. The command chosen must
  7. be able to connect with no password to the remote host. Defaults to
  8. -.Ic rsh .
  9. +.Ic ssh .
  10. .It Ev RCMD_CMD_ARGS
  11. Arguments to pass to the remote shell command. Defaults to none.
  12. .It Ev JSD_OPORT
  13. @@ -161,7 +161,7 @@ option.
  14. .El
  15. .Sh SEE ALSO
  16. .Xr dsh 1 ,
  17. -.Xr rsh 1 ,
  18. +.Xr ssh 1 ,
  19. .Xr kerberos 3 ,
  20. .Xr hosts.equiv 5 ,
  21. .Xr rhosts 5 ,