golang/go
View on GitHubx/crypto/ssh: No support for Window Dimension Change Message
Open
#15,649 opened on May 11, 2016
FeatureRequestNeedsFixhelp wanted
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Please answer these questions before submitting your issue. Thanks!
- What version of Go are you using (
go version)? go version go1.6.1 darwin/amd64 - What operating system and processor architecture are you using (
go env)? darwin/amd64 - 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.
- What did you expect to see? N/A
- What did you see instead? Not yet implemented.