PCSCD Unixドメインソケット配信

PCSCD Unixドメインソケット配信

スマートカードに接続されたコンピュータにスマートカード要求を転送したいのですが、SSH経由でソケットを転送できません。ソース:10.169.213.211(サーバー)ターゲット:10.169.41.124(クライアント)達成しようとしているもの - >このリンクから

スタックオーバーフロールールに従うために、いくつかのデバッグメッセージが意図的に削除されました。

user_id@hostname:~/samba/views/socket$ ssh -vvv -N -L/tmp/pcscd.comm:/run/pcscd/pcscd.comm -o StreamLocalBindUnlink=yes -o ClearAllForwardings=yes 10.169.213.211
debug3: send packet: type 50
debug2: we sent a password packet, wait for reply
debug3: receive packet: type 52
debug1: Authentication succeeded (password).
Authenticated to 10.169.213.211 ([10.169.213.211]:22).
debug2: fd 3 setting TCP_NODELAY
debug3: ssh_packet_set_tos: set IP_TOS 0x10
debug1: Requesting [email protected]
debug3: send packet: type 80
debug1: Entering interactive session.
debug1: pledge: network
debug3: receive packet: type 80
debug1: client_input_global_request: rtype [email protected] want_reply 0
debug3: send packet: type 80
debug3: receive packet: type 82
debug3: send packet: type 80
debug3: receive packet: type 82
debug3: send packet: type 80
debug3: receive packet: type 82

編集:答えが見つかりましたサーバー障害@ijkが提供したページです。

ベストアンサー1

おすすめ記事