forked from x/icebergs
13 lines
260 B
Go
13 lines
260 B
Go
package ssh
|
|
|
|
import (
|
|
ice "github.com/shylinux/icebergs"
|
|
"golang.org/x/crypto/ssh"
|
|
"net"
|
|
)
|
|
|
|
func _ssh_size(fd uintptr, b []byte) {
|
|
}
|
|
func _ssh_handle(m *ice.Message, meta map[string]string, c net.Conn, channel ssh.Channel, requests <-chan *ssh.Request) {
|
|
}
|