diff --git a/en/faq.md b/en/faq.md
index bfd48d2..6c64c79 100644
--- a/en/faq.md
+++ b/en/faq.md
@@ -119,7 +119,7 @@ passwd
 __On the desktop__: Copy the public key to the camera by logging in with the
 password created above.
 ```
-ssh-copy-id root@192.168.1.666
+ssh-copy-id root@192.168.1.66
 ```
 
 __On the camera__: Create a `.ssh` folder in the root user's home directory
@@ -132,7 +132,7 @@ cp /etc/dropbear/authorized_keys ~/.ssh/
 __On the desktop__: Open a new session to verify that the authorization is
 passed using the public key not requesting a password.
 ```
-ssh root@192.168.1.666
+ssh root@192.168.1.66
 ```
 
 
diff --git a/ru/faq.md b/ru/faq.md
index 9bd886f..bcd3a2e 100644
--- a/ru/faq.md
+++ b/ru/faq.md
@@ -15,7 +15,7 @@ passwd
 
 __На десктопе__: Скопируйте публичный ключ на камеру, авторизовавшись созданным выше паролем.
 ```
-ssh-copy-id root@192.168.1.666
+ssh-copy-id root@192.168.1.66
 ```
 
 __На камере__: Создайте папку `.ssh` в домашней директории пользователя root и скопируйте в неё файл с хранилищем авторизованных ключей.
@@ -26,7 +26,7 @@ cp /etc/dropbear/authorized_keys ~/.ssh/
 
 __На десктопе__: Откройте новую сессию, чтобы проверить, что авторизация проходит по открытому ключу, без участия пароля.
 ```
-ssh root@192.168.1.666
+ssh root@192.168.1.66
 ```
 
 ### Majestic