Vine Linux バグトラッキングシステム

課題の詳細を表示 コメントにジャンプ ] 課題の履歴 ] 印刷 ]
IDプロジェクトカテゴリ登録日最終更新
0001184Vine Linux1 バグ2011-08-07 18:462015-12-19 22:19
報告者anonymous 
担当者 
優先度再現性不明 
状態完了解決状況不明 
バージョン6.0 
修正予定バージョン修正済バージョン 
概要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 ...
タグ設定されていません。
archx86_64
パッケージopenssh-askpass
添付ファイル

- 関連

-  コメント
(0009633)
tomop (管理者)
2015-12-19 22:19

 最終更新日から1年以上経過したためクローズします。

- 課題の履歴
変更日 ユーザー名 項目 変更内容
2011-08-07 18:46 anonymous 新規課題
2015-12-19 22:19 tomop コメント追加: 0009633
2015-12-19 22:19 tomop 状態 新規 => 完了


Copyright © 2000 - 2024 MantisBT Team
Copyright © 2012 - 2024 Project Vine
Powered by Mantis Bugtracker