匿名 | ログイン | 新しいユーザーの作成 | 2024-12-05 04:11 JST |
メイン | マイビュー | 検索 | 変更履歴 | ロードマップ | Vine Linux ホーム |
課題の詳細を表示 [ コメントにジャンプ ] | [ 課題の履歴 ] [ 印刷 ] | ||||||||
ID | プロジェクト | カテゴリ | 登録日 | 最終更新 | |||||
0001184 | Vine Linux | 1 バグ | 2011-08-07 18:46 | 2015-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 ... | ||||||||
タグ | 設定されていません。 | ||||||||
arch | x86_64 | ||||||||
パッケージ | openssh-askpass | ||||||||
添付ファイル | |||||||||
課題の履歴 | |||
変更日 | ユーザー名 | 項目 | 変更内容 |
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 |