Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

SSH change default port via ssh.plist

I have to change SSH default port on Snow Leopard server. There's a hint that works with my home snow leopard but don't work on server why?

This method edit ssh.plist



<key>Sockets</key>

<dict>

<key>Listeners</key>

<dict>

<key>SockServiceName</key>

<string>ssh</string>

<key>Bonjour</key>

<array>

<string>ssh</string>

<string>sftp-ssh</string>

</array>

</dict>

<key>Listeners2</key>

<dict>

<key>SockServiceName</key>

<string>22022</string>

</dict>

</dict>

Mac mini, Mac OS X (10.6.7)

Posted on Apr 22, 2011 2:36 AM

Reply

There are no replies.

SSH change default port via ssh.plist

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.