Sign up to create your own snipts, or login.

Public snipts » Fotinakis's snipts » Change SSH port on OS X

posted on Aug 18, 2009 at 6:14 p.m. EDT in 
  • # Add a service on an unused port in:
    sudo vim /etc/services
    
    # Change the string "ssh" below "SockServiceName" to whatever name used in the above file
    sudo vim /System/Library/LaunchDaemons/ssh.plist
    

    copy | embed

0 Comments

Sign up, or login to leave a comment.