diff --git a/crates/geth-node/src/lib.rs b/crates/geth-node/src/lib.rs index df49763..70a6136 100644 --- a/crates/geth-node/src/lib.rs +++ b/crates/geth-node/src/lib.rs @@ -3675,7 +3675,7 @@ async fn handle_iroh_control_connection( connected_at: UnixMillis(geth_store::now_ms()), local_sshd_target: Some("127.0.0.1:22".to_owned()), admin_shell_available: false, - note: "authorized SSH proxy control-plane check passed; byte proxying and sshd/admin-shell connection are not implemented yet".to_owned(), + note: "authorized SSH proxy metadata check passed; run geth ssh proxy for the dedicated byte stream".to_owned(), }) } else { None @@ -3690,7 +3690,7 @@ async fn handle_iroh_control_connection( reason: explanation.reason, evaluated_ops: explanation.evaluated_ops, nonce, - note: "SSH proxy authenticated endpoint/card binding and required ssh_proxy.connect on resource:ssh-proxy:local; SSH is not a geth transport and byte proxying is not implemented yet".to_owned(), + note: "SSH proxy authenticated endpoint/card binding and required ssh_proxy.connect on resource:ssh-proxy:local; SSH is not a geth transport, and byte proxying uses the dedicated /geth/ssh-proxy/1 stream".to_owned(), } } PeerControlRequest::DocumentSync {