I'm not sure whether you can connect to MAMP via Terminal (as SSH) that works like a server when SSH'ing into a webserver. I like to do this with MAMP but not entirely sure if you can - Google didn't help this part.

If I do this:

ssh -p 22 computername@*.*.*.53 // <- My IP address (starred out)

It will time out for Terminal.

link|improve this question

You're not ssh'ing to MAMP, but to the host OS. In your case, that's OSX, which as @Chopper3 mentioned, supports SSH natively. – ErikA May 17 '11 at 16:25
feedback

1 Answer

up vote 3 down vote accepted

Yes, just go into 'System Preferences', select 'Sharing' and enable 'Remote Login'.

link|improve this answer
Also, it's username@IP or username@computername. – Hyppy May 17 '11 at 16:29
feedback

Your Answer

 
or
required, but never shown

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