Cannot use scp on Mac OS X
Posted
by Robert
on Super User
See other posts from Super User
or by Robert
Published on 2010-05-14T13:46:40Z
Indexed on
2010/05/16
4:40 UTC
Read the original article
Hit count: 297
Hi all, when I try to copy any file with scp on Mac OS X Snow Leopard from another machine I get this error:
scp [email protected]:/home/me/file.zip .
Password:
...
---> Couldn't open /dev/null: Permission denied
this is the output of "ls -l /dev/null":
crw-rw-rw- 1 root wheel 3, 2 May 14 14:10 /dev/null
I am in the group wheel, and even if I do "sudo scp..." it doesn't work. It's driving me crazy, do you have any suggestion? Thanx!
© Super User or respective owner