Vine Linux バグトラッキングシステム - Vine Linux
課題の詳細を表示
0001184Vine Linux1 バグ公開2011-08-07 18:462015-12-19 22:19
anonymous 
 
不明 
完了不明 
6.0 
 
x86_64
openssh-askpass
0001184: ssh-askpass のファイル名不一致
openssh-askpass でインストールされるファイルが、gnome-ssh-askpassになっていますが、
実際に呼びだそうとするファイルが、ssh-askpassになっており、GUIダイアログを使用したssh認証で失敗します。

例:

hostA(vl5) - hostB(vl6) - hostC
userA userB userC
といった、多段ssh+rsyncの場合において、

$ rsync -av --progress -e "ssh -t userB@hostB ssh" userC@hostC:somefiles .
Pseudo-terminal will not be allocated because stdin is not a terminal.
userB@hostB's password:
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Permission denied (publickey,password).
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(601) [Receiver=3.0.7]


Vine5同様に、シンボリックリンクを張ると、動作します。

hostB(Vine6)において
# cd /usr/libexec/openssh/
# ls -l
合計 452
-rwxr-xr-x 1 root root 13336 5月 8 12:57 gnome-ssh-askpass*
-rwxr-xr-x 1 root root 65736 5月 8 12:57 sftp-server*
-rws--x--x 1 root root 253968 5月 8 12:57 ssh-keysign*
-rwxr-xr-x 1 root root 117760 5月 8 12:57 ssh-pkcs11-helper*
# ln -s gnome-ssh-askpass ssh-askpass
# ls -l
合計 452
-rwxr-xr-x 1 root root 13336 5月 8 12:57 gnome-ssh-askpass*
-rwxr-xr-x 1 root root 65736 5月 8 12:57 sftp-server*
lrwxrwxrwx 1 root root 17 8月 7 18:16 ssh-askpass -> gnome-ssh-askpass
-rws--x--x 1 root root 253968 5月 8 12:57 ssh-keysign*
-rwxr-xr-x 1 root root 117760 5月 8 12:57 ssh-pkcs11-helper*

hostAから
$ rsync -av --progress -e "ssh -t userB@hostB ssh" userC@hostC:somefiles .
Pseudo-terminal will not be allocated because stdin is not a terminal.
userB@hostB's password:
        ←ここでgnome-ssh-askpassが起動してパスワード入力
receiving file list ...
設定されていません。
課題の履歴
2011-08-07 18:46anonymous新規課題
2015-12-19 22:19tomopコメント追加: 0009633
2015-12-19 22:19tomop状態新規 => 完了

コメント
(0009633)
tomop   
2015-12-19 22:19   
 最終更新日から1年以上経過したためクローズします。