vote up -1 vote down star

Is it doable?

flag

40% accept rate

1 Answer

vote up 3 vote down

Well, yes, it is. How about this?

scp pax@machine1:/tmp/qq pax@machine2:/tmp/qq

Either that's it, or I'm missing something fundamental in your question.

See:

usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
       [-l limit] [-o ssh_option] [-P port] [-S program]
       [[user@]host1:]file1 ... [[user@]host2:]file2
link|flag
Password is needed at least I think.. – Shore Jun 18 at 4:22
It uses the same methods as ssh (which in my case allows for pageant, the putty agent). See "man ssh" for non_windows methods including the use of /etc/[s]hosts.equiv and ~/.[rs]hosts. – paxdiablo Jun 18 at 4:28
1  
@shore: It will prompt you for a password. – Dennis Williamson Jun 18 at 10:09
1  
@Dennis, you're right but it checks the other methods first, If you have SSH trust set up between the two machines or an SSH key set up, it shouldn't prompt you. – paxdiablo Jun 18 at 10:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.