Re: dump through ssh problem

2009-05-27 Thread Matiss
Allright, false alarm..
should've just tried to enter the password and not look at the
messages, lol
cheers,
Matt
 Quoting Matiss : Hey there,
 Here's a command that I use
 dump -0aunL -f - / | gzip -2 | ssh -p 182 m...@192.168.0.1 dd
of=/home/matt/usb_hdd/mail.err.lv/dump.root.l0.gz
 problem is, when ssh asks for password, it is fed a piped output
from previous commands, not allowing me to enter a password for
connection.
 What am I doing wrong? :)
 Cheers,
 Matt 
 -- Tavs bezmaksas pasts Inbox.lv

Links:
--
[1] mailto:m...@inbox.lv

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


dump through ssh problem

2009-05-27 Thread Matiss
Hey there,
Here's a command that I use
 dump -0aunL -f - / | gzip -2 | ssh -p 182 m...@192.168.0.1 dd
of=/home/matt/usb_hdd/mail.err.lv/dump.root.l0.gz
problem is, when ssh asks for password, it is fed a piped output from
previous commands, not allowing me to enter a password for
connection.
What am I doing wrong? :)
Cheers,
Matt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: dump through ssh problem

2009-05-27 Thread Chris Rees
2009/5/27 Matiss m...@inbox.lv:
 Allright, false alarm..
 should've just tried to enter the password and not look at the
 messages, lol
 cheers,
 Matt
  Quoting Matiss : Hey there,
  Here's a command that I use
  dump -0aunL -f - / | gzip -2 | ssh -p 182 m...@192.168.0.1 dd
 of=/home/matt/usb_hdd/mail.err.lv/dump.root.l0.gz
  problem is, when ssh asks for password, it is fed a piped output
 from previous commands, not allowing me to enter a password for
 connection.
  What am I doing wrong? :)
  Cheers,
  Matt
  -- Tavs bezmaksas pasts Inbox.lv

 Links:
 --
 [1] mailto:m...@inbox.lv


You could also try using SSH keys;
http://www.freebsd.org/doc/en/books/handbook/openssh.html

Chris



-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org