User Tools

Site Tools


ubiquiti:access_points:ssh_into_the_access_point

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubiquiti:access_points:ssh_into_the_access_point [2022/09/18 21:54] – created peterubiquiti:access_points:ssh_into_the_access_point [2022/10/11 10:36] (current) – [Logging into AP after it is adopted] peter
Line 3: Line 3:
 ===== Logging into AP before it is adopted ===== ===== Logging into AP before it is adopted =====
  
-When your access point is new and hasn’t been connected to your UniFi controller yet, the default SSH credentials are: +<code bash
- +ssh ubnt@192.168.1.18 
-<code> +ubnt@192.168.1.18's password
-Port: 22 +
-Username: ubnt +
-Passwordubnt+
 </code> </code>
  
Line 43: Line 40:
 <WRAP info> <WRAP info>
 **NOTE:**  The IP address for the access point can be found by looking at the UniFi Controller Devices page. **NOTE:**  The IP address for the access point can be found by looking at the UniFi Controller Devices page.
 +
 +When the access point is new and has not been adopted by the UniFi controller yet, the default SSH credentials are:
 +
 +  * Username: **ubnt**
 +  * Password: **ubnt**
 +
 </WRAP> </WRAP>
  
Line 83: Line 86:
 ACMeshPro1-BZ.6.2.35# ACMeshPro1-BZ.6.2.35#
 </code> </code>
 +
 +<WRAP info>
 +**NOTE:**  If the access point is adopted and provisioned, the UniFi controller changes the SSH login credentials for it.
 +
 +  * Username: **admin**
 +  * Password: **<the password used to access your controller>**
 +    * The password can be seen in the UI by navigating to **Settings -> System**.
 +
 +</WRAP>
 +
 +----
 +
 +===== No matching MAC found =====
 +
 +If the following error is seen:
 +
 +<code bash>
 +ssh ubnt@192.168.1.18
 +Unable to negotiate with 192.168.1.18 port 22: no matching MAC found. Their offer: hmac-sha1,hmac-md5
 +</code>
 +
 +then try
 +
 +<code bash>
 +ssh -o MACs=hmac-sha1,hmac-md5 ubnt@192.168.1.18
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  Password is same per above notes, i.e. **ubnt** for unadopted access points.
 +</WRAP>
 +
 +----
 +
  
ubiquiti/access_points/ssh_into_the_access_point.1663538091.txt.gz · Last modified: 2022/09/18 21:54 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki