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

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubiquiti:access_points:ssh_into_the_access_point [2022/09/18 22:01] peterubiquiti:access_points:ssh_into_the_access_point [2022/10/11 10:36] (current) – [Logging into AP after it is adopted] peter
Line 92: Line 92:
   * Username: **admin**   * Username: **admin**
   * Password: **<the password used to access your controller>**   * Password: **<the password used to access your controller>**
 +    * The password can be seen in the UI by navigating to **Settings -> System**.
  
 </WRAP> </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.1663538477.txt.gz · Last modified: 2022/09/18 22:01 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki