Re: ssh hangs when restoring
From: Richard E. Silverman (res_at_qoxp.net)
Date: 07/28/03
- Next message: Richard E. Silverman: "Re: ssh hangs when restoring"
- Previous message: Marc A Sarrel: "OpenSSH 3.4p1 vs Solaris 9 SSH Public Key Auth"
- In reply to: Nico Kadel-Garcia: "Re: ssh hangs when restoring"
- Next in thread: Nico Kadel-Garcia: "Re: ssh hangs when restoring"
- Reply: Nico Kadel-Garcia: "Re: ssh hangs when restoring"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 28 Jul 2003 15:54:19 -0400
>> ssh someUser@host1 cat /tmp/myFile.dump | restore -tvf -
NKG> Can you try this? ssh someUser@host1 "cat /tmp/myFile.dump" | restore -tvf -
If you think about the way ssh does argument processing, Nico, you will
see that this make no difference -- both these commands cause the SSH
client to send the same exec command to the server.
-- Richard Silverman res@qoxp.net
- Next message: Richard E. Silverman: "Re: ssh hangs when restoring"
- Previous message: Marc A Sarrel: "OpenSSH 3.4p1 vs Solaris 9 SSH Public Key Auth"
- In reply to: Nico Kadel-Garcia: "Re: ssh hangs when restoring"
- Next in thread: Nico Kadel-Garcia: "Re: ssh hangs when restoring"
- Reply: Nico Kadel-Garcia: "Re: ssh hangs when restoring"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|