Can't change PORT listen on macOS X Mojave for built-in SSH Announcing the arrival of Valued...

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

Do wooden building fires get hotter than 600°C?

What is a fractional matching?

Is a ledger board required if the side of my house is wood?

What's the meaning of "fortified infraction restraint"?

Why do we bend a book to keep it straight?

Using audio cues to encourage good posture

What is the topology associated with the algebras for the ultrafilter monad?

Drawing without replacement: why is the order of draw irrelevant?

Do any jurisdictions seriously consider reclassifying social media websites as publishers?

What is the difference between globalisation and imperialism?

How does light 'choose' between wave and particle behaviour?

Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?

How to tell that you are a giant?

Why weren't discrete x86 CPUs ever used in game hardware?

How would a mousetrap for use in space work?

Disembodied hand growing fangs

The code below, is it ill-formed NDR or is it well formed?

What would you call this weird metallic apparatus that allows you to lift people?

Did Deadpool rescue all of the X-Force?

Can the Great Weapon Master feat's damage bonus and accuracy penalty apply to attacks from the Spiritual Weapon spell?

How often does castling occur in grandmaster games?

What do you call the main part of a joke?

Amount of permutations on an NxNxN Rubik's Cube



Can't change PORT listen on macOS X Mojave for built-in SSH



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)ssh: connect to host port 22: Connection refused with external ip addressRHEL 6.5 on VMWare workstation 11 - unable to connect via sshTime Machine on Ubuntu Server via SSH tunnel - backup failsEnable root login via ssh not working?ssh connect to host X.X.X.X port 22: connection refusedsftp from Windows-10-v-1803 into WSL Ubuntu-18.04 ssh-server… won't connectMojave SSH failureSSH fails on macOS Mojave 10.14.1Change default app to open TXT files on MacOs MojavemacOS Mojave 10.14.2 update failure





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















macOS X Mojave 10.14.2, Kernel Darwin 18.2.0

Want to change 22 port listening for incoming SSH connections for any from 2222x further for security reasons.

Changing /etc/ssh/sshd_config make no sense..

This Methods describing before doesn't works too for me on Mojave

Any suggestions where is the port settings I can change?



/etc/ssh/sshd_config:



#       $OpenBSD: sshd_config,v 1.103 2018/04/09 20:41:22 tj Exp $

# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
# SSH v2
Protocol 2
Port 2222
AddressFamily inet
#ListenAddress 0.0.0.0
#ListenAddress ::
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key


client's /etc/ssh/ssh_config:



 Host *
Protocol 2
Port 2222
SendEnv LANG LC_*


port listening on sshd:



MBP:.ssh user$ > sudo lsof -iTCP -sTCP:LISTEN -n -P
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
launchd 1 root 8u IPv6 0xad7e82fd153731a7 0t0 TCP *:445 (LISTEN)
launchd 1 root 12u IPv4 0xad7e82fd153798e7 0t0 TCP *:445 (LISTEN)
launchd 1 root 14u IPv6 0xad7e82fd22020067 0t0 TCP *:22 (LISTEN)
launchd 1 root 20u IPv4 0xad7e82fd2eeb3f67 0t0 TCP *:22 (LISTEN)
launchd 1 root 24u IPv6 0xad7e82fd153731a7 0t0 TCP *:445 (LISTEN)
launchd 1 root 26u IPv6 0xad7e82fd15373767 0t0 TCP *:548 (LISTEN)
launchd 1 root 28u IPv4 0xad7e82fd153798e7 0t0 TCP *:445 (LISTEN)
launchd 1 root 29u IPv6 0xad7e82fd22020067 0t0 TCP *:22 (LISTEN)
launchd 1 root 33u IPv4 0xad7e82fd15378f67 0t0 TCP *:548 (LISTEN)
launchd 1 root 43u IPv6 0xad7e82fd15373767 0t0 TCP *:548 (LISTEN)
launchd 1 root 44u IPv4 0xad7e82fd15378f67 0t0 TCP *:548 (LISTEN)
launchd 1 root 47u IPv4 0xad7e82fd2eeb3f67 0t0 TCP *:22 (LISTEN)
kdc 87 root 5u IPv6 0xad7e82fd15372be7 0t0 TCP *:88 (LISTEN)
kdc 87 root 7u IPv4 0xad7e82fd15377c67 0t0 TCP *:88 (LISTEN)









share|improve this question





























    0















    macOS X Mojave 10.14.2, Kernel Darwin 18.2.0

    Want to change 22 port listening for incoming SSH connections for any from 2222x further for security reasons.

    Changing /etc/ssh/sshd_config make no sense..

    This Methods describing before doesn't works too for me on Mojave

    Any suggestions where is the port settings I can change?



    /etc/ssh/sshd_config:



    #       $OpenBSD: sshd_config,v 1.103 2018/04/09 20:41:22 tj Exp $

    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
    # SSH v2
    Protocol 2
    Port 2222
    AddressFamily inet
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    #HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_ecdsa_key
    HostKey /etc/ssh/ssh_host_ed25519_key


    client's /etc/ssh/ssh_config:



     Host *
    Protocol 2
    Port 2222
    SendEnv LANG LC_*


    port listening on sshd:



    MBP:.ssh user$ > sudo lsof -iTCP -sTCP:LISTEN -n -P
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
    launchd 1 root 8u IPv6 0xad7e82fd153731a7 0t0 TCP *:445 (LISTEN)
    launchd 1 root 12u IPv4 0xad7e82fd153798e7 0t0 TCP *:445 (LISTEN)
    launchd 1 root 14u IPv6 0xad7e82fd22020067 0t0 TCP *:22 (LISTEN)
    launchd 1 root 20u IPv4 0xad7e82fd2eeb3f67 0t0 TCP *:22 (LISTEN)
    launchd 1 root 24u IPv6 0xad7e82fd153731a7 0t0 TCP *:445 (LISTEN)
    launchd 1 root 26u IPv6 0xad7e82fd15373767 0t0 TCP *:548 (LISTEN)
    launchd 1 root 28u IPv4 0xad7e82fd153798e7 0t0 TCP *:445 (LISTEN)
    launchd 1 root 29u IPv6 0xad7e82fd22020067 0t0 TCP *:22 (LISTEN)
    launchd 1 root 33u IPv4 0xad7e82fd15378f67 0t0 TCP *:548 (LISTEN)
    launchd 1 root 43u IPv6 0xad7e82fd15373767 0t0 TCP *:548 (LISTEN)
    launchd 1 root 44u IPv4 0xad7e82fd15378f67 0t0 TCP *:548 (LISTEN)
    launchd 1 root 47u IPv4 0xad7e82fd2eeb3f67 0t0 TCP *:22 (LISTEN)
    kdc 87 root 5u IPv6 0xad7e82fd15372be7 0t0 TCP *:88 (LISTEN)
    kdc 87 root 7u IPv4 0xad7e82fd15377c67 0t0 TCP *:88 (LISTEN)









    share|improve this question

























      0












      0








      0








      macOS X Mojave 10.14.2, Kernel Darwin 18.2.0

      Want to change 22 port listening for incoming SSH connections for any from 2222x further for security reasons.

      Changing /etc/ssh/sshd_config make no sense..

      This Methods describing before doesn't works too for me on Mojave

      Any suggestions where is the port settings I can change?



      /etc/ssh/sshd_config:



      #       $OpenBSD: sshd_config,v 1.103 2018/04/09 20:41:22 tj Exp $

      # This is the sshd server system-wide configuration file. See
      # sshd_config(5) for more information.
      # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
      # SSH v2
      Protocol 2
      Port 2222
      AddressFamily inet
      #ListenAddress 0.0.0.0
      #ListenAddress ::
      #HostKey /etc/ssh/ssh_host_rsa_key
      #HostKey /etc/ssh/ssh_host_ecdsa_key
      HostKey /etc/ssh/ssh_host_ed25519_key


      client's /etc/ssh/ssh_config:



       Host *
      Protocol 2
      Port 2222
      SendEnv LANG LC_*


      port listening on sshd:



      MBP:.ssh user$ > sudo lsof -iTCP -sTCP:LISTEN -n -P
      COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
      launchd 1 root 8u IPv6 0xad7e82fd153731a7 0t0 TCP *:445 (LISTEN)
      launchd 1 root 12u IPv4 0xad7e82fd153798e7 0t0 TCP *:445 (LISTEN)
      launchd 1 root 14u IPv6 0xad7e82fd22020067 0t0 TCP *:22 (LISTEN)
      launchd 1 root 20u IPv4 0xad7e82fd2eeb3f67 0t0 TCP *:22 (LISTEN)
      launchd 1 root 24u IPv6 0xad7e82fd153731a7 0t0 TCP *:445 (LISTEN)
      launchd 1 root 26u IPv6 0xad7e82fd15373767 0t0 TCP *:548 (LISTEN)
      launchd 1 root 28u IPv4 0xad7e82fd153798e7 0t0 TCP *:445 (LISTEN)
      launchd 1 root 29u IPv6 0xad7e82fd22020067 0t0 TCP *:22 (LISTEN)
      launchd 1 root 33u IPv4 0xad7e82fd15378f67 0t0 TCP *:548 (LISTEN)
      launchd 1 root 43u IPv6 0xad7e82fd15373767 0t0 TCP *:548 (LISTEN)
      launchd 1 root 44u IPv4 0xad7e82fd15378f67 0t0 TCP *:548 (LISTEN)
      launchd 1 root 47u IPv4 0xad7e82fd2eeb3f67 0t0 TCP *:22 (LISTEN)
      kdc 87 root 5u IPv6 0xad7e82fd15372be7 0t0 TCP *:88 (LISTEN)
      kdc 87 root 7u IPv4 0xad7e82fd15377c67 0t0 TCP *:88 (LISTEN)









      share|improve this question














      macOS X Mojave 10.14.2, Kernel Darwin 18.2.0

      Want to change 22 port listening for incoming SSH connections for any from 2222x further for security reasons.

      Changing /etc/ssh/sshd_config make no sense..

      This Methods describing before doesn't works too for me on Mojave

      Any suggestions where is the port settings I can change?



      /etc/ssh/sshd_config:



      #       $OpenBSD: sshd_config,v 1.103 2018/04/09 20:41:22 tj Exp $

      # This is the sshd server system-wide configuration file. See
      # sshd_config(5) for more information.
      # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
      # SSH v2
      Protocol 2
      Port 2222
      AddressFamily inet
      #ListenAddress 0.0.0.0
      #ListenAddress ::
      #HostKey /etc/ssh/ssh_host_rsa_key
      #HostKey /etc/ssh/ssh_host_ecdsa_key
      HostKey /etc/ssh/ssh_host_ed25519_key


      client's /etc/ssh/ssh_config:



       Host *
      Protocol 2
      Port 2222
      SendEnv LANG LC_*


      port listening on sshd:



      MBP:.ssh user$ > sudo lsof -iTCP -sTCP:LISTEN -n -P
      COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
      launchd 1 root 8u IPv6 0xad7e82fd153731a7 0t0 TCP *:445 (LISTEN)
      launchd 1 root 12u IPv4 0xad7e82fd153798e7 0t0 TCP *:445 (LISTEN)
      launchd 1 root 14u IPv6 0xad7e82fd22020067 0t0 TCP *:22 (LISTEN)
      launchd 1 root 20u IPv4 0xad7e82fd2eeb3f67 0t0 TCP *:22 (LISTEN)
      launchd 1 root 24u IPv6 0xad7e82fd153731a7 0t0 TCP *:445 (LISTEN)
      launchd 1 root 26u IPv6 0xad7e82fd15373767 0t0 TCP *:548 (LISTEN)
      launchd 1 root 28u IPv4 0xad7e82fd153798e7 0t0 TCP *:445 (LISTEN)
      launchd 1 root 29u IPv6 0xad7e82fd22020067 0t0 TCP *:22 (LISTEN)
      launchd 1 root 33u IPv4 0xad7e82fd15378f67 0t0 TCP *:548 (LISTEN)
      launchd 1 root 43u IPv6 0xad7e82fd15373767 0t0 TCP *:548 (LISTEN)
      launchd 1 root 44u IPv4 0xad7e82fd15378f67 0t0 TCP *:548 (LISTEN)
      launchd 1 root 47u IPv4 0xad7e82fd2eeb3f67 0t0 TCP *:22 (LISTEN)
      kdc 87 root 5u IPv6 0xad7e82fd15372be7 0t0 TCP *:88 (LISTEN)
      kdc 87 root 7u IPv4 0xad7e82fd15377c67 0t0 TCP *:88 (LISTEN)






      macos ssh macos-mojave






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 26 at 23:08









      VitalyVitaly

      83




      83






















          2 Answers
          2






          active

          oldest

          votes


















          0














          Say you want to change the default port 22 to port 22222



          Open a terminal window



          Edit the /etc/services file
          Enter:
          sudo vi /etc/services

          You'll be prompted for you password and obtain an elevated security privilege to make changes.



          Use the slash command to find the ssh service /ssh. There will be two entries, one for tcp and the other for udp



          ssh 22/udp # SSH Remote Login Protocol
          ssh 22/tcp # SSH Remote Login Protocol



          Change the number 22 in both cases to 22222 or your desired port number.



          Save the changes with :wEnter



          You need to recycle the ssh daemon. Depending on your system setup, ssh may not be running. If it is not, the first command will fail; ignor it and move on to the second to start ssh.



          Enter the following command to stop it:
          sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist



          Now enter the following command to start SSH again:
          sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist



          Verify you can access the system by logging in with ssh using this command:
          ssh localhost -p 22222



          To put the system back, redo the above steps and change the ssh port back to 22.






          share|improve this answer


























          • Such simple is that. Definitely easy and successful result. Thank you Hogstrom But port in command: ssh -p 22222 localhost

            – Vitaly
            Jan 29 at 20:13





















          0














          To follow-up on Hogstrom's response you may want to additionally edit the /etc/ssh/ssh_config and uncomment the following :



          Port 22



          So when you attempt to ssh to a normal host (running port 22) that is chosen instead of the new ssh default that you set in /etc/services.






          share|improve this answer








          New contributor




          jason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1398824%2fcant-change-port-listen-on-macos-x-mojave-for-built-in-ssh%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Say you want to change the default port 22 to port 22222



            Open a terminal window



            Edit the /etc/services file
            Enter:
            sudo vi /etc/services

            You'll be prompted for you password and obtain an elevated security privilege to make changes.



            Use the slash command to find the ssh service /ssh. There will be two entries, one for tcp and the other for udp



            ssh 22/udp # SSH Remote Login Protocol
            ssh 22/tcp # SSH Remote Login Protocol



            Change the number 22 in both cases to 22222 or your desired port number.



            Save the changes with :wEnter



            You need to recycle the ssh daemon. Depending on your system setup, ssh may not be running. If it is not, the first command will fail; ignor it and move on to the second to start ssh.



            Enter the following command to stop it:
            sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist



            Now enter the following command to start SSH again:
            sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist



            Verify you can access the system by logging in with ssh using this command:
            ssh localhost -p 22222



            To put the system back, redo the above steps and change the ssh port back to 22.






            share|improve this answer


























            • Such simple is that. Definitely easy and successful result. Thank you Hogstrom But port in command: ssh -p 22222 localhost

              – Vitaly
              Jan 29 at 20:13


















            0














            Say you want to change the default port 22 to port 22222



            Open a terminal window



            Edit the /etc/services file
            Enter:
            sudo vi /etc/services

            You'll be prompted for you password and obtain an elevated security privilege to make changes.



            Use the slash command to find the ssh service /ssh. There will be two entries, one for tcp and the other for udp



            ssh 22/udp # SSH Remote Login Protocol
            ssh 22/tcp # SSH Remote Login Protocol



            Change the number 22 in both cases to 22222 or your desired port number.



            Save the changes with :wEnter



            You need to recycle the ssh daemon. Depending on your system setup, ssh may not be running. If it is not, the first command will fail; ignor it and move on to the second to start ssh.



            Enter the following command to stop it:
            sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist



            Now enter the following command to start SSH again:
            sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist



            Verify you can access the system by logging in with ssh using this command:
            ssh localhost -p 22222



            To put the system back, redo the above steps and change the ssh port back to 22.






            share|improve this answer


























            • Such simple is that. Definitely easy and successful result. Thank you Hogstrom But port in command: ssh -p 22222 localhost

              – Vitaly
              Jan 29 at 20:13
















            0












            0








            0







            Say you want to change the default port 22 to port 22222



            Open a terminal window



            Edit the /etc/services file
            Enter:
            sudo vi /etc/services

            You'll be prompted for you password and obtain an elevated security privilege to make changes.



            Use the slash command to find the ssh service /ssh. There will be two entries, one for tcp and the other for udp



            ssh 22/udp # SSH Remote Login Protocol
            ssh 22/tcp # SSH Remote Login Protocol



            Change the number 22 in both cases to 22222 or your desired port number.



            Save the changes with :wEnter



            You need to recycle the ssh daemon. Depending on your system setup, ssh may not be running. If it is not, the first command will fail; ignor it and move on to the second to start ssh.



            Enter the following command to stop it:
            sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist



            Now enter the following command to start SSH again:
            sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist



            Verify you can access the system by logging in with ssh using this command:
            ssh localhost -p 22222



            To put the system back, redo the above steps and change the ssh port back to 22.






            share|improve this answer















            Say you want to change the default port 22 to port 22222



            Open a terminal window



            Edit the /etc/services file
            Enter:
            sudo vi /etc/services

            You'll be prompted for you password and obtain an elevated security privilege to make changes.



            Use the slash command to find the ssh service /ssh. There will be two entries, one for tcp and the other for udp



            ssh 22/udp # SSH Remote Login Protocol
            ssh 22/tcp # SSH Remote Login Protocol



            Change the number 22 in both cases to 22222 or your desired port number.



            Save the changes with :wEnter



            You need to recycle the ssh daemon. Depending on your system setup, ssh may not be running. If it is not, the first command will fail; ignor it and move on to the second to start ssh.



            Enter the following command to stop it:
            sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist



            Now enter the following command to start SSH again:
            sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist



            Verify you can access the system by logging in with ssh using this command:
            ssh localhost -p 22222



            To put the system back, redo the above steps and change the ssh port back to 22.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jan 30 at 2:12

























            answered Jan 28 at 3:42









            HogstromHogstrom

            1,2031121




            1,2031121













            • Such simple is that. Definitely easy and successful result. Thank you Hogstrom But port in command: ssh -p 22222 localhost

              – Vitaly
              Jan 29 at 20:13





















            • Such simple is that. Definitely easy and successful result. Thank you Hogstrom But port in command: ssh -p 22222 localhost

              – Vitaly
              Jan 29 at 20:13



















            Such simple is that. Definitely easy and successful result. Thank you Hogstrom But port in command: ssh -p 22222 localhost

            – Vitaly
            Jan 29 at 20:13







            Such simple is that. Definitely easy and successful result. Thank you Hogstrom But port in command: ssh -p 22222 localhost

            – Vitaly
            Jan 29 at 20:13















            0














            To follow-up on Hogstrom's response you may want to additionally edit the /etc/ssh/ssh_config and uncomment the following :



            Port 22



            So when you attempt to ssh to a normal host (running port 22) that is chosen instead of the new ssh default that you set in /etc/services.






            share|improve this answer








            New contributor




            jason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              To follow-up on Hogstrom's response you may want to additionally edit the /etc/ssh/ssh_config and uncomment the following :



              Port 22



              So when you attempt to ssh to a normal host (running port 22) that is chosen instead of the new ssh default that you set in /etc/services.






              share|improve this answer








              New contributor




              jason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                To follow-up on Hogstrom's response you may want to additionally edit the /etc/ssh/ssh_config and uncomment the following :



                Port 22



                So when you attempt to ssh to a normal host (running port 22) that is chosen instead of the new ssh default that you set in /etc/services.






                share|improve this answer








                New contributor




                jason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                To follow-up on Hogstrom's response you may want to additionally edit the /etc/ssh/ssh_config and uncomment the following :



                Port 22



                So when you attempt to ssh to a normal host (running port 22) that is chosen instead of the new ssh default that you set in /etc/services.







                share|improve this answer








                New contributor




                jason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                jason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 11 hours ago









                jasonjason

                1




                1




                New contributor




                jason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                jason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                jason is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1398824%2fcant-change-port-listen-on-macos-x-mojave-for-built-in-ssh%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                    Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                    looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...