How can I allow incoming scp connections on my mac (Mac OS X 10.6.4) from other machines on the same network?
Every time I'm trying to scp something on the machine I get a Connection refused error.

Thanks!

Later edit:
the command used is this:
scp path/to/local.file user@remote.machine:

the reply is this:
ssh: connect to remothe.machine port 22: Connection refused
lost connection

link|improve this question

62% accept rate
can you post the format of the statement you are using to make this connection? – MaQleod Sep 20 '10 at 8:08
@MaQleod: see my edit – Alex Sep 20 '10 at 8:16
It sounds as if you need to enable SSH/SCP. – MaQleod Sep 20 '10 at 8:30
feedback

2 Answers

up vote 5 down vote accepted

System Preferences pane => Sharing applet => check the Remote Login checkbox. This will enable SSH, and in turn, SCP.

link|improve this answer
feedback

In the settings there is the option to activate SSH. I think its under "Sharing"/"Remote Login".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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