Не может SSH в Сенсорное устройство Ubuntu

От моего компьютера:

cameron@cameron-ubuntu:~$ ssh phablet@192.168.99.124
Permission denied (publickey).

Таким образом, кажется, что openssh по телефону не включили аутентификацию по паролю. Но это кажется мне как он, должен./etc/ssh/sshd_config с телефона является значением по умолчанию:

# Package generated configuration file
# See the sshd_config(5) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
HostKey /etc/ssh/ssh_host_ed25519_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 1024

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin without-password
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile %h/.ssh/authorized_keys

# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosGetAFSToken no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

Subsystem sftp /usr/lib/openssh/sftp-server

# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication.  Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
UsePAM yes

Я действительно также пробовал PasswordAuthentication yes (т.е. непрокомментированный, но это кажется мне как "да", значение по умолчанию).

Кроме того, в случае, если это содержит немного полезной информации, о которой я не знаю, ssh-v:

cameron@cameron-ubuntu:~$ ssh phablet@192.168.99.124 -v
OpenSSH_6.6, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 192.168.99.124 [192.168.99.124] port 22.
debug1: Connection established.
debug1: identity file /home/cameron/.ssh/id_rsa type -1
debug1: identity file /home/cameron/.ssh/id_rsa-cert type -1
debug1: identity file /home/cameron/.ssh/id_dsa type -1
debug1: identity file /home/cameron/.ssh/id_dsa-cert type -1
debug1: identity file /home/cameron/.ssh/id_ecdsa type -1
debug1: identity file /home/cameron/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/cameron/.ssh/id_ed25519 type -1
debug1: identity file /home/cameron/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6p1 Ubuntu-2ubuntu1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-7
debug1: match: OpenSSH_6.6.1p1 Ubuntu-7 pat OpenSSH* compat 0x04000000
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 7f:25:18:85:69:9f:9f:f2:25:e8:93:93:c1:50:56:c6
debug1: Host '192.168.99.124' is known and matches the ECDSA host key.
debug1: Found key in /home/cameron/.ssh/known_hosts:16
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/cameron/.ssh/id_rsa
debug1: Trying private key: /home/cameron/.ssh/id_dsa
debug1: Trying private key: /home/cameron/.ssh/id_ecdsa
debug1: Trying private key: /home/cameron/.ssh/id_ed25519
debug1: No more authentication methods to try.
Permission denied (publickey).
4
задан 20 December 2014 в 10:29

3 ответа

Демон SSH по телефону работает с опциями

/usr/sbin/sshd -D -o PasswordAuthentication=no

, который переопределяет любые опции в конфигурационных файлах. Могло бы быть трудно изменить это.

В этом случае это могло бы быть легче (и более безопасным) настраивать аутентификацию с открытым ключом. Вставьте свой открытый ключ к /home/phablet/.ssh/authorized_keys2. Да, существует 2 в конце, который заставляет меня думать, что /etc/ssh/sshd_config даже не используется.

Вам только нужен способ первоначально войти в Ваш телефон. Попробуйте adb shell, или кнопки в спокойном Создателе от SDK Ubuntu, чтобы включить режим разработчика, установить аутентификацию с открытым ключом и т.д.

3
ответ дан 1 December 2019 в 09:14

/etc/init/ssh.override является тем, где значение по умолчанию ssh опции переопределяется.

cat /etc/init/ssh.override 
manual

exec /usr/sbin/sshd -D -o PasswordAuthentication=no

, Таким образом, можно удалить его отсюда.

3
ответ дан 1 December 2019 в 09:14

Установите терминальное приложение по своему телефону. Переключитесь на режим разработчиков (в настройках / Об устройстве) и установите пароль (не, прикрепляют). Выполненный терминал и тип в этой команде

/usr/sbin/sshd

теперь, которую можно подключить к устройству с помощью ssh от компьютера (что-то как)

ssh phablet@192.168.1.100

Использование passwword, который Вы вставляете при переключении на режим разработчиков. IP-адрес должен быть IP Вашего телефона, конечно. Если Вы не знаете это, просто выполняете команду ifconfig в терминале Вашего телефона и ищете IP рядом wlan интерфейс.

, Если Вы хотите облегчить в следующий раз, скопируйте ключ со своего компьютера на мобильный телефон

ssh-copy-id phablet@192.168.1.100

в следующий раз, когда Вам не будет нужен пароль, и можно даже отключить режим разработчиков. Тем не менее необходимо выполнить ssh сервер, на этот раз с командой

sudo/etc/init.d/sshd перезапуск

1
ответ дан 1 December 2019 в 09:14

Другие вопросы по тегам:

Похожие вопросы: