From f13001ead6ef3e474c1415979b572e218d0b0299 Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Mon, 15 May 2000 00:10:38 +0000 Subject: [PATCH] Added a note to Nik's tar and rsh pipeline example about being able to use 'ssh' instead of 'rsh' should security be a factor. I've not explained that ssh is a port prior to 4.0-RELEASE. --- en_US.ISO8859-1/books/handbook/backups/chapter.sgml | 5 ++++- en_US.ISO_8859-1/books/handbook/backups/chapter.sgml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/backups/chapter.sgml b/en_US.ISO8859-1/books/handbook/backups/chapter.sgml index 877f190096..4d4478454d 100644 --- a/en_US.ISO8859-1/books/handbook/backups/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/backups/chapter.sgml @@ -1,7 +1,7 @@ @@ -266,6 +266,9 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready data to a remote tape drive. &prompt.root; tar cf - . | rsh hostname dd of=tape-device obs=20b + + If you're worried about the security of backing over a network + you should use the &man.ssh.1; command instead of &man.rsh.1;. diff --git a/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml b/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml index 877f190096..4d4478454d 100644 --- a/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml @@ -1,7 +1,7 @@ @@ -266,6 +266,9 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready data to a remote tape drive. &prompt.root; tar cf - . | rsh hostname dd of=tape-device obs=20b + + If you're worried about the security of backing over a network + you should use the &man.ssh.1; command instead of &man.rsh.1;.