How do I change the SSH port in OS X 10.6?

How do I change the SSH port in OS X 10.6?
I added three additional Port options to my /etc/sshd_config. I have the same configuration. I restarted my Mac, but I can't access the Mac over the new ports. Running nmap shows no additional open ports.
I have the same configuration on my linux server, so I'm pretty sure, the syntax is right.
I didn't find anything in the documentation or here in the discussion group, so please help. Thanks

Thanks, it took me some minutes to adapt, but it did solve my problem.
My bad, I only searched in the "server product groups"... :-/

Similar Messages

  • How can we change the default port 50000 of SAP WAS?

    Hi,
    1. How can we change the default port 50000 of SAP WAS?. Can we assign 8080?
    2. Can we assign default context ("/") for the application we have developed?
    Regards,
    Sudheesh

    Hi Sudheesh,
    just refer this help..
    http://help.sap.com/saphelp_nw04/helpdata/en/5b/82d3c3ee9691418e6b0281f933a37d/frameset.htm
    U have to restart the sever after changing the port.
    One more main thing here , no other services must not be using the port.
    It will cause port binding exception.
                  Regards
                  Kishor Gopinathan

  • How do you change Terminal ssh port setting?

    My ISP changed its ssh port from 22 to 100. I've tried to change it in Terminal but it stays at 22. I opened etc/ssh_config as administrator, changed it there and saved the change, but it stays at 22. Any help would be much appreciated.

    My ISP changed its ssh port from 22 to 100. I've tried to change it in Terminal but it stays at 22.
    I just want to clarify which side's ssh port has changed to 100.
    Do you ssh into a server at your ISP and your ISP has changed their ssh daemon's port to 100, and now you need to know how to ssh to port 100?
    ssh -p 100 ...
    You can add an entry to *$HOME/.ssh/config* like the following:
    Host your.ips.server
    Port 100
    What this should do, is any ssh to that DNS name or IP address will go to port 100, all other ssh connections will go to port 22
    NOTE: the $HOME/.ssh directory needs specific restrictive permissions. See the ssh man page for what permissions.
    If you mean something else about "...its ssh port from 22 to 100...", then I would need more clarification.

  • How can i change the 8080 port?

    Hello everyone,
    The  B1iServer's default port is 8080,  now I need to change it to other port, can anyone tell me how to do,please .Thanks!
    Best Regards
    Anson
    Edited by: Anson Huang on Nov 18, 2010 4:37 AM
    Edited by: Anson Huang on Nov 18, 2010 5:15 AM

    find the server.xml file and change the tomcat port

  • How do i change the   database port for enterprise manager for 10g

    I ma having a problem launching my enterprise manager from my web browser ,the problem is may be there is another service using the default port which is 5500 and now i want to change it to another port but which file in the oracle installation path do i configure

    Hi Bryan,
    See http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/network.htm#BHCBABJB
    Hope this helps,
    Andrew
    http://www.apexskins.com

  • How do I change the listener port for APEX on XE

    Hi all,
    I did a default install of XE onto a Linux box which is my DMZ server. The default port for the listener is 8080, however I have since found that port 8080 is the port for proxy servers and therefore I cannot access APEX on my DMZ site from behind a client's proxy server.
    Is there is simple way to change the listener to port 80 for access to APEX.
    Many thanks
    Bryan

    Hi Bryan,
    See http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/network.htm#BHCBABJB
    Hope this helps,
    Andrew
    http://www.apexskins.com

  • Change the SMTP Port number in OIM

    Hi All,
    I have an email server that its SMTP port is 135.
    My question is:
    How can I change the SMTP Port from 25 to 135 in OIM? Because the notificacions are sent by Port number 25
    Thanks & Regards,
    Ariel

    I actually don't have any other ideas on where this could be configured. I think that the port can be changed if you send emails programmatically but if you use the default OIM email system I don't know any other place where this could be configured.
    Have you tried opening an SR with Oracle?
    Best regards
    /Martin

  • How to change the default port of webdispatcher

    Hello Everyone,
    We wish to  know to how to change the default port of SAP webpatcher port from 81$$ to 80.
    Appreciate your response.
    Thanks,
    Vadi

    Hello Vadi
    you have to change the PORT value in your profile parameter from 81$$ to 80
    icm/server_port_0 = PROT=HTTP,PORT=81$$ to
    icm/server_port_0 = PROT=HTTP,PORT=80
    Also, in SMICM, then change http service port and activate it and above parameter will require SAP restart
    $$ is used generally to accomodate multiple port services running in SMICM and so as to avoid the parameter setting according to instance number of any system.
    thanks
    Bhudev

  • [Forum FAQ] How to tell if the DAC port is automatically changed or not

    Introduction
    Per Books Online:
    http://msdn.microsoft.com/en-us/library/ms189595.aspx
    SQL Server listens for the DAC on TCP port 1434 if available or a TCP port dynamically assigned upon Database Engine startup.
    Also, we can go to the following registry to specify the DAC port number manually:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\AdminConnection\Tcp
    The error log contains the port number the DAC is listening on. Besides looking at the error log, how to find which port is used by DAC connection and how to tell if the DAC port is manually set by us or assigned automatically by SQL Server?
    Solution
    The following query can be used to check if there is an existing DAC connection and it also give us the port number used by dedicated admin connection.
    SELECT name,local_tcp_port FROM sys.dm_exec_connections ec
    join sys.endpoints e
    on (ec.endpoint_id=e.endpoint_id)
    WHERE e.name='Dedicated Admin Connection'
    Here is the scenario to test if the DAC port is automatically changed or not.
    There are two instances are running on one server. I specified the same DAC port number 5555 for the two SQL Server instances by modifying the registry
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\AdminConnection\Tcp
    Opened the DAC connection to instance 1. Executed the above query, it returns the result:
    name                                                  
    local_tcp_port
    Dedicated Admin Connection               5555
    Then, opened a DAC connection to instance 2. It throw out the following error message:
    Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Client unable to establish connection because an error was encountered during handshakes before login.
    Common causes include client attempting to connect to an unsupported version of SQL Server, server too busy to accept new connections or a resource limitation (memory or maximum allowed connections) on the server..
    Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : TCP Provider: An established connection was aborted by the software in your host machine..
    Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Client unable to establish connection.
    Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Client unable to establish connection due to prelogin failure.
    The above error message was thrown out because the DAC port number 5555 was not available for instance 2 which was occupying by instance 1. After restarting the SQL Server engine service of instance 2, if checking in the registry, you would see a new DAC port
    number has been assigned to the second instance.
    Then, the DAC connection to instance 2 succeed this time and executed the above query, it returned the same port number which is same as the one in the registry key and the port number was assigned automatically.
    DAC port will not change even SQL Server service is restarted only if the TCP port is available.
    More Information
    http://msdn.microsoft.com/en-us/library/ms189595.aspx
    Applies to
    SQL Server 2012
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    I tested your script after
    establishing a DAC connection from SSMS 2014. It worked as described. Thank you.
    SELECT name,local_tcp_port FROM sys.dm_exec_connections ec
    join sys.endpoints e
    on (ec.endpoint_id=e.endpoint_id)
    WHERE e.name='Dedicated Admin Connection'
    name local_tcp_port
    Dedicated Admin Connection 1434
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • HT3625 How to change the audio port function (input, output) on OSX 10.9.2 !!!! :(

    The thing is that i saw some videos, and search for options of how to change the audio port.  And even apple says that i have to change it from system preferences, but when i try to change it, the option doesn't appear me.

  • How Do You Change the Remote Desktop Listening Port in Win 8.1 Pro

    I am trying to setup two Win 8.1 Pro computers for Remote Desktop access on my local network. I can get Remote Desktop working fine on both when they are using the default RD port 3389. I am unable to change the listening port on one of the computers so
    that I can access either via a public Internet connection. I change the listening port in the Registry, reboot the computer and verify that the port number has been changed BUT the computer still responds to the old port 3389 and can't connect via the new
    port number. I added a Firewall rule for the new port, but that did NOT solve the problem. 
    I have followed the procedure below and verified in the Registry that the port is changed but the Remote Desktop remains accessible only on the default port 3389. The new port number in the Registry is 39699. I used a network scanner and it shows the computer
    is still listening on port 3389 for Remote Desktop connections. Why is Win 8.1 Pro ignoring the new port number in the Registry and still responding on 3389? Is there another place in Win 8.1 Pro that the port also needs to be changed. I also added a new rule
    in the Firewall to allow incoming requests on port 39699? This is a very frustrating problem, any suggestions are greatly appreciated. 
    I followed the procedure shown below.
    Hi ,
    Based on my test, we can change the listening port for Remote Desktop.
    To change the port that Remote Desktop listens on, follow these steps.
    1.Start Registry Editor.
    2.Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
    3.On the Edit menu, click Modify, and then click Decimal.
    4.Type the new port number, and then click OK.
    5.Quit Registry Editor.
    6.Restart the computer.
    Meanwhile, please note, please type the new integer port number between 1025 and 65535 in the PortNumber text box.
    And make sure the new port number is not in use by other application.
    We may use the command below to check the result.
    netstat -a
    Also, we can use Network Monitor to trace the port.
    Microsoft Network Monitor 3.4
    Regards,

    Hi,
    There are two item that should be modified to change the default 3389 port:
    One is: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp]. Modify  the PortNamber to the one you want.
    The other is: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro1Set\Control\Tenninal Server\WinStations\RDP\Tcp]. Modify the PortNumber to the one you want.
    In your case, you missed the first one.
    Regards
    Wade Liu
    TechNet Community Support

  • How to change the listener port number on a standby database

    i want to change the listener port number from 1525 to 1545, which is running on a standby database.
    i did the following steps and got some error.
    1. i stop listener and modfy listener.ora
    2. i login in standby DB and issue 'alter system set local_listener='(address=(pro=tcp)(host=10.10.10.10)(port=1545))';'
    3. i login in dg broker and issue 'edit database 's1' set property 'LocalListenerAddress'='(address=(pro=tcp)(host=10.10.10.10)(port=1545))';' and a error coming out ORA-16703: cannot set the property while the database is enabled
    4. then i disable database
    DGMGRL> disable database 'ssmscs';
    5. DGMGRL> edit database 's1' set property 'LocalListenerAddress'='(address=(pro=tcp)(host=10.10.10.10)(port=1545))';
    Error: ORA-16541: site is not enabled
    Configuration details cannot be determined by DGMGRL
    what can i do ? can anybody help me out? thanks in advance.
    Edited by: user1835127 on Nov 19, 2008 2:09 AM

    Hi
    You have to edit the following files in $ORACLE_HOME/network/admin or $TNS_ADMIN/ :
    In your listener.ora on your standby
    MQ_LIST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = superman.dk)*(PORT = 1524))*
    TNSNAMES.ORA (on your primary and standby)
    MQ_LIST =
    (DESCRIPTION =
    (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = superman.dk)*(PORT = 1524))*
    (CONNECT_DATA = (SID = MQ_LIST))
    after that do
    lsnrctl reload

  • Changing the listening ports of ARD

    I know how to change the listening port of SSH from 22 to some other number.
    Is there any way to configure ARD (in plist maybe?) so that it can try connecting to SSH on a non-default port number.
    Whilst I know how to secure SSH (not properly secured in OS X by default) I would rather change it's listening port to avoid the traffic that will simply try to bruteforce in.
    So if I edit ssh_config and sshd_config on my Macs will this break ARD? Or if these conf files are properly edited (ssh_cnfig on client changed to port 22222 and sshd_config on server changed to 22222) will ARD connect seamlessly?
    In short does ARD absolutely need Remote Login (SSH) to be running on the default port 22?

    hmm okay, but i don't need to port forward 22 from my router to my mac to allow ARD access, only ports 5900, 5988 and 3283.
    That improves things since 22 is not visible to the WAN.
    Still, I'd like to know the answer to my question in the previous post.
    And what about re-mapping VNC from 5900 (another obvious target although prob not vulnerable to VNC exploits since I expect Apple have modified this service and somehow hooked it into the authentication of the ssh protocol)?
    Message was edited by: doz

  • Changing the HTTP port number

    Hi
    I want to change  the HTTP port number of the SAP web AS .Any idea on this how can i do that ?
    regards
    rajesh

    Hi Rajesh ,
    just  go throgh this link , u can change this using Visual Administrator
    http://help.sap.com/saphelp_nw04/helpdata/en/5b/82d3c3ee9691418e6b0281f933a37d/frameset.htm
                                   Regards
                                       Kishor Gopinathan

  • How can I change the country in my Airport Extreme wireless settings

    I bought my Airport Extreme in the US.  I live in the UK.
    How can I change the wireless settings to show the UK (or Europe) as one of the available countries?  At the moment it lists only countries in the Americas (Canada, US, Argentina etc...)

    Others may know better!
    Regards,
    Shawn
    This is exactly correct.. You can set the Time Zone to anywhere in the world but the wireless is regionalised.. it is part of the sales approach that you should buy the product in the market where it will be used.. the following are the regions.
    From the md0a file.
    FCC JAPAN ETSI APAC ROW FCC-DFS KOREA RUSSIA
    You cannot alter this nor do Apple offer this service.. although I am pretty sure they will have a backdoor.
    I have altered it for interest sake by soldering in a console port.. stop the bootloader and the following commands.
    K30A>var
    apple-sku=ETSI
    apple-sn=6F94sxxssxxss
    ethaddr=00:2xxxssxxb
    K30A>
    K30A>setvar apple-sku=APAC
    K30A>
    K30A>var
    apple-sku=APAC
    apple-sn=6F94sssxxxx
    ethaddr=00:2sxxxssxxss
    If you want the pin out to the serial port.. well I can even give you those. At least for a TC.. I am not in any way recommending this.. just showing you where it is hidden.
    And this so far would only work on a Gen 4 or Gen 5 AE.. I haven't figured it out on Gen 1-3 nor of course am I about to try soldering in wireless to a Gen6 AE or Gen5 TC.. doubtless it will come to that at some point.

Maybe you are looking for

  • HT1222 I can't open Itunes10 on macair 10.5.8

    Every time I try to open new itune on my computer it show me I need quicktime 7.5.5 or later, but I have it on my macair 10.5.8 . anyone can tell me how to open it?

  • Excise details not updated in migo screen

    Hi, While doing gr - migo, i'm getting excise tab view but it's not updated of BED , ECS, AED... warning msege is "BED, AED and SED for the excise item is zero" .. pls help , how to get automatically?. urgent pls ....

  • Invoice plan in PO

    Hii How the invoicing plan getting triggered in PO .?? What are major configuration has to be done for this invoicing plan in SPRO. Can some body explain me in depth reg this . Thanks

  • OBIEE Reporting from  CUBE

    Hi, I am Creating a Report from a cube,I have Few Calculated Columns so i have Used Combined Similar Request.I get the below Error: State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 4311

  • Issue with label text wont change correctly.

    Hi All,   I have an issue.  I usually program with C#, PHP, html etc.  trying to learn Adobe Flash now so i downloaded the trial version which has 30 days trial.  tried to create and follow the tutor for click ball which all of the code is the same b