Skip to content

Instantly share code, notes, and snippets.

View indiscrete-void's full-sized avatar
🪄

iota indiscrete-void

🪄
View GitHub Profile
@artyom
artyom / ssh-mux.go
Created February 25, 2017 17:26
Example ssh server with both interactive terminal & sftp support
package main
import (
"bufio"
"bytes"
"flag"
"fmt"
"io"
"io/ioutil"
"log"