web-dev-qa-db-ja.com

Synologyの/ bin / bashシェルを使用してSSH経由でアカウントにログインできないNAS

ARM Linuxが組み込みデバイスで実行されているLinux(Synology DS212 + NAS)にデフォルトのシェルとしてbashをインストールしようとしています。しかし、何かが本当に間違っており、それを理解できませんです。

症状:

1)ルートにはデフォルトのシェルとして/ bin/bashがあり、SSH経由で正常にログインできます:

$ grep root /etc/passwd
root:x:0:0:root:/root:/bin/bash

$ ssh root@NAS
root@NAS's password:
Last login: Sun Dec 16 14:06:56 2012 from desktop
# 


2)joeuserはデフォルトのシェルとして/ bin/bashを持ち、SSH経由でログインしようとすると「Permission denied」を受け取ります:

$ grep joeuser /etc/passwd
joeuser:x:1029:100:Joe User:/home/joeuser:/bin/bash

$ ssh joeuser@localhost
joeuser@NAS's password:
Last login: Sun Dec 16 14:07:22 2012 from desktop
Permission denied, please try again.
Connection to localhost closed.


3)joeuserのシェルを/ bin/sh:に戻します

$ grep joeuser /etc/passwd
joeuser:x:1029:100:Joe User:/home/joeuser:/bin/sh

$ ssh joeuser@localhost
Last login: Sun Dec 16 15:50:52 2012 from localhost
$ 


さらに奇妙なことに、シリアルコンソール(!)を使用して/bin/bashを使用してjoeuserとしてログインできます。また、ルートとしてのsu - joeuserは正常に機能するため、bashバイナリ自体も正常に機能します。

絶望的な行動の中で、私は/ etc/passwdでjoeuserのuidを0に変更しましたが、それも機能しなかったため、許可に関連するものではないようです。

Bashがsshdが気に入らなかった追加のチェックを行っており、非rootユーザーの接続をブロックしているようです。たぶん、ある種の健全性チェック(または端末エミュレーション)がSIGCHLDをトリガーしていますが、ssh経由で呼び出された場合のみです。

私はすでにsshd_configのすべての項目を確認し、SSHDをデバッグモードにしましたが、奇妙な点は見つかりませんでした。これが私の/etc/ssh/sshd_configです。

LogLevel DEBUG
LoginGraceTime 2m
PermitRootLogin yes
RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile      %h/.ssh/authorized_keys
ChallengeResponseAuthentication no
UsePAM yes
AllowTcpForwarding no
ChrootDirectory none
Subsystem       sftp    internal-sftp -f DAEMON -u 000


そして、これは/usr/syno/sbin/sshd -dからの出力で、joeuserがログインに失敗したことを示しています。シェルとして/ bin/bashを使用しています。

debug1: Config token is loglevel
debug1: Config token is logingracetime
debug1: Config token is permitrootlogin
debug1: Config token is rsaauthentication
debug1: Config token is pubkeyauthentication
debug1: Config token is authorizedkeysfile
debug1: Config token is challengeresponseauthentication
debug1: Config token is usepam
debug1: Config token is allowtcpforwarding
debug1: Config token is chrootdirectory
debug1: Config token is subsystem
debug1: HPN Buffer Size: 87380
debug1: sshd version OpenSSH_5.8p1-hpn13v11
debug1: read PEM private key done: type RSA
debug1: private Host key: #0 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: private Host key: #1 type 2 DSA
debug1: read PEM private key done: type ECDSA
debug1: private Host key: #2 type 3 ECDSA
debug1: rexec_argv[0]='/usr/syno/sbin/sshd'
debug1: rexec_argv[1]='-d'
Set /proc/self/oom_adj from 0 to -17
debug1: Bind to port 22 on ::.
debug1: Server TCP RWIN socket size: 87380
debug1: HPN Buffer Size: 87380
Server listening on :: port 22.
debug1: Bind to port 22 on 0.0.0.0.
debug1: Server TCP RWIN socket size: 87380
debug1: HPN Buffer Size: 87380
Server listening on 0.0.0.0 port 22.

debug1: Server will not fork when running in debugging mode.
debug1: rexec start in 6 out 6 newsock 6 pipe -1 sock 9
debug1: inetd sockets after dupping: 4, 4
Connection from 127.0.0.1 port 52212
debug1: HPN Disabled: 0, HPN Buffer Size: 87380
debug1: Client protocol version 2.0; client software version OpenSSH_5.8p1-hpn13v11
SSH: Server;Ltype: Version;Remote: 127.0.0.1-52212;Protocol: 2.0;Client: OpenSSH_5.8p1-hpn13v11
debug1: match: OpenSSH_5.8p1-hpn13v11 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.8p1-hpn13v11
debug1: permanently_set_uid: 1024/100
debug1: MYFLAG IS 1
debug1: list_hostkey_types: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: AUTH STATE IS 0
debug1: REQUESTED ENC.NAME is 'aes128-ctr'
debug1: kex: client->server aes128-ctr hmac-md5 none
SSH: Server;Ltype: Kex;Remote: 127.0.0.1-52212;Enc: aes128-ctr;MAC: hmac-md5;Comp: none
debug1: REQUESTED ENC.NAME is 'aes128-ctr'
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: expecting SSH2_MSG_KEX_ECDH_INIT
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user joeuser service ssh-connection method none
SSH: Server;Ltype: Authname;Remote: 127.0.0.1-52212;Name: joeuser
debug1: attempt 0 failures 0
debug1: Config token is loglevel
debug1: Config token is logingracetime
debug1: Config token is permitrootlogin
debug1: Config token is rsaauthentication
debug1: Config token is pubkeyauthentication
debug1: Config token is authorizedkeysfile
debug1: Config token is challengeresponseauthentication
debug1: Config token is usepam
debug1: Config token is allowtcpforwarding
debug1: Config token is chrootdirectory
debug1: Config token is subsystem
debug1: PAM: initializing for "joeuser"
debug1: PAM: setting PAM_RHOST to "localhost"
debug1: PAM: setting PAM_TTY to "ssh"
debug1: userauth-request for user joeuser service ssh-connection method password
debug1: attempt 1 failures 0
debug1: do_pam_account: called
Accepted password for joeuser from 127.0.0.1 port 52212 ssh2
debug1: monitor_child_preauth: joeuser has been authenticated by privileged process
debug1: PAM: establishing credentials
User child is on pid 9129
debug1: Entering interactive session for SSH2.
debug1: server_init_dispatch_20
debug1: server_input_channel_open: ctype session rchan 0 win 65536 max 16384
debug1: input_session_request
debug1: channel 0: new [server-session]
debug1: session_new: session 0
debug1: session_open: channel 0
debug1: session_open: session 0: link with channel 0
debug1: server_input_channel_open: confirm session
debug1: server_input_global_request: rtype [email protected] want_reply 0
debug1: server_input_channel_req: channel 0 request pty-req reply 1
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req pty-req
debug1: Allocating pty.
debug1: session_new: session 0
debug1: session_pty_req: session 0 alloc /dev/pts/1
debug1: server_input_channel_req: channel 0 request Shell reply 1
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req Shell
debug1: Setting controlling tty using TIOCSCTTY.

debug1: Received SIGCHLD.
debug1: session_by_pid: pid 9130
debug1: session_exit_message: session 0 channel 0 pid 9130
debug1: session_exit_message: release channel 0
debug1: session_by_tty: session 0 tty /dev/pts/1
debug1: session_pty_cleanup: session 0 release /dev/pts/1
Received disconnect from 127.0.0.1: 11: disconnected by user
debug1: do_cleanup
debug1: do_cleanup
debug1: PAM: cleanup
debug1: PAM: closing session
debug1: PAM: deleting credentials


sshd -ddの完全な出力とssh -vvの組み合わせ があります。

バッシュ:

# bash --version
GNU bash, version 3.2.49(1)-release (arm-none-linux-gnueabi)
Copyright (C) 2007 Free Software Foundation, Inc.

Bashバイナリはソースからクロスコンパイルされました。 Optwareディストリビューション のプリコンパイルされたバイナリを使用してみましたが、まったく同じ問題がありました。 objdump -xを使用して、欠落している共有ライブラリを確認しましたが、すべて揃っています。

許可が拒否されました。もう一度やり直してください。」?私はbashのソースコードを調べて調査するところですが、ばかげている可能性のあるものを何時間も追跡するのを避けようとしています。

EDIT:bashとシステムに関する詳細情報を追加します

$ ls -la /bin/bash
-rwxr-xr-x    1 root     root        724676 Dec 15 23:57 /bin/bash

$  file /bin/bash
/bin/bash: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.14, stripped

$  uname -a
Linux NAS 2.6.32.12 #2661 Mon Nov 12 23:10:15 CST 2012 armv5tel GNU/Linux synology_88f6282_212+

$ grep bash /etc/shells
/bin/bash
/bin/bash2
31
Gui Ambros

今後の参考のために、この問題の調査とデバッグに何時間も費やした後、ようやく根本原因を発見しました。

Synologyが使用するOpenSSHバージョンは高度にカスタマイズされたバージョンであり、元のコードのように動作しません。多くのハックとアドホックなカスタマイズがあります。たとえば、ログインを受け入れる前に追加のチェックを行って、SSHサービスがWebインターフェース内で有効になっているかどうかを確認したり、rsyncコマンドから特殊文字(;、|、 ')を削除したりします。 。しばらくお待ちください... 通常のユーザーが/ bin/shまたは/ bin/ashとは異なるシェルを使用するのを避けます。ええ、バイナリ内にハードコードされています。

これは、Synologyがソースコードに配布したOpenSSH 5.8p1のコードの一部です ((DSM4.1-branch 2636) 、ファイル_session.c_:

_void do_child(Session *s, const char *command)
{
...

#ifdef MY_ABC_HERE
   char szValue[8];
   int RunSSH = 0;
   SSH_CMD SSHCmd = REQ_UNKNOWN;

   if (1 == GetKeyValue("/etc/synoinfo.conf", "runssh", szValue, sizeof(szValue))) {
           if (strcasecmp(szValue, "yes") == 0) {
                   RunSSH = 1;
           }
   }

   if (IsSFTPReq(command)){
           SSHCmd = REQ_SFTP;
   } else if (IsRsyncReq(command)){
           SSHCmd = REQ_RSYNC;
   } else if (IsTimebkpRequest(command)){
           SSHCmd = REQ_TIMEBKP;
   } else if (RunSSH && IsAllowShell(pw)){
           SSHCmd = REQ_Shell;
   } else {
           goto Err;
   }

   if (REQ_RSYNC == SSHCmd) {
           pw = SYNOChgValForRsync(pw);
   }
   if (!SSHCanLogin(SSHCmd, pw)) {
           goto Err;
   }
   goto Pass;

 Err:
   fprintf(stderr, "Permission denied, please try again.\n");
   exit(1);

 Pass:
   #endif /* MY_ABC_HERE */
...
}
_


ご想像のとおり、IsAllowShell(pw)が原因でした:

_static int IsAllowShell(const struct passwd *pw)
{
     struct passwd *pUnPrivilege = NULL;
     char *szUserName = NULL;
     if (!pw || !pw->pw_name) {
             return 0;
     }
     szUserName = pw->pw_name;
     if(!strcmp(szUserName, "root") || !strcmp(szUserName, "admin")){
             return 1;
     }
     if (NULL != (pUnPrivilege = getpwnam(szUserName))){
             if (!strcmp(pUnPrivilege->pw_Shell, "/bin/sh") || 
                     !strcmp(pUnPrivilege->pw_Shell, "/bin/ash")) {
                     return 1;
             }
     }
     return 0;
}
_


なぜ私がそのような奇妙な行動を経験していたのも不思議ではありません。 rootまたはadmin以外のユーザーには、シェル/ bin/shおよび/ bin/ashのみが受け入れられます。そして、これはuidに関係なく(joeuseruid = 0を作成することもテストしましたが、機能しませんでした。理由は明らかです)。

原因を特定したら、修正は簡単でした。IsAllowShell()の呼び出しを削除するだけです。 opensshとそのすべての依存関係をクロスコンパイルするための適切な構成を取得するにはしばらく時間がかかりましたが、最終的にはうまく機能しました。

誰かが同じことをすることに興味がある場合(またはSynologyの他のカーネルモジュールまたはバイナリをクロスコンパイルしようとする場合)、 ここにMakefile のバージョンがあります。 OpenSSH-5.8p1 source でテストされ、Marvell Kirkwood mv6281/mv6282 CPU(DS212 +など)を実行するモデルでうまく機能します。 Ubuntu 12.10 x64を実行しているホストを使用しました。

結論:悪い習慣、ひどいコード、そしてnotの良い例です。 OEMは特別なカスタマイズを開発する必要があることを理解していますが、深く掘り下げる前に2度考えるべきです。これにより、コードが保守不能になるだけでなく、あらゆる種類の予期しない問題が発生します。ありがたいことに、GPLはそれらを正直に保ち、オープンにするために存在します。

42
Gui Ambros

この問題を回避するには、ipkgを使用してbashをインストールしましたが、/ optが常に利用できる(正しくマウントされる)と確信できないので、.profileに次のように入力するだけです。

[ -x /opt/bin/bash ] && exec /opt/bin/bash

一方、/ etc/passwdにはシェルとして/ bin/ashが含まれています。

7
Tom Regner

Opensshの修正版は/bin/shシェルを探しますか?

簡単な解決策:

ln -fs/bin/bash/bin/sh

1
Ponytech

どれどれ。これは単一のシェルに分離されており、さらにsshdデバッグ出力を表示しているため、〜joeuser/.sshを使用した世界で書き込み可能な権限の問題ではありません。それはほとんどの人を得るものです。

同じ問題が発生することを確認するために、追加の通常ユーザー(つまりjoeuserではない)を作成してみましたか?これは、ユーザー全体の構成とシステム全体の構成を分離します。

それがシステム全体の問題である場合、次に検討するのは、/ etc/profileのような共有構成ファイルであり、誰もが入手します。ユーザー名がrootの場合、実行されない条件付きブロックがある可能性があります。 (すでにテスト済みなので、有効なユーザーIDではありません)

まだ奇妙なことが起こっている場合に備えて、dmesgでセグメンテーションフォールトレポートを確認してください(まだレポートしていない場合)。

1
Andrew B

/ etc/ssh/sshd_configを試してください
AllowUsersを検索

そこにある場合は、そこにjoeuserを追加してみてください。ユーザー名だけです。

また、pamでブロックされている可能性があります...どのファイルであるか思い出せません...

1
BiG_NoBoDy

Bashを再インストールしてみて、それが役立つかどうかを確認してください。

0
Pratap

私がしたのと同じ間違いをしたために誰かがこれに遭遇した場合:

はい: $ Sudo usermod -s /bin/bash your_username

番号: $ Sudo usermod -s bash your_username

2回目は、sshでのアクセスが拒否されます。

0
Christy