golang/go

x/crypto/ssh: No support for Window Dimension Change Message

Open

#15,649 创建于 2016年5月11日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Go (19,008 fork)batch import
FeatureRequestNeedsFixhelp wanted

仓库指标

Star
 (133,883 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)? go version go1.6.1 darwin/amd64
  2. What operating system and processor architecture are you using (go env)? darwin/amd64
  3. What did you do? If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on play.golang.org is best.

Simply a part of the RFC 4254 document that was not implemented; would want a method on an ssh.Session object to send messages such as this.

  1. What did you expect to see? N/A
  2. What did you see instead? Not yet implemented.

贡献者指南