You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dingjun eb34216c7a seperate proto listener 6 years ago
..
.gitignore update .gitignore 6 years ago
README.md update README 6 years ago
config.go change level for log message 6 years ago
config_example.yaml update README 7 years ago
config_test.go rename 8 years ago
server.go seperate proto listener 6 years ago
ssh_host_rsa_key rename 8 years ago

README.md

obfsshd

this is obfsshd example

usage

run server

go get github.com/fangdingjun/obfssh/obfsshd

cp $GOPATH/src/github.com/fangdingjun/obfssh/obfsshd/config_example.yaml config.yaml

vim config.yaml

ssh-keygen -f ssh_host_rsa_key -t rsa

$GOPATH/bin/obfsshd -c config.yaml

run client

go get github.com/fangdingjun/obfssh/obfssh

$GOPATH/bin/obfssh -N -D :1234 -p 2022 -l user2 -pw user2 localhost

this will create a socks proxy on :1234