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 d7abfb0d26 remove obfsucation, use tls instead 7 years ago
..
.gitignore rename 8 years ago
README.md rename 8 years ago
config.go remove obfsucation, use tls instead 7 years ago
config_example.yaml remove obfsucation, use tls instead 7 years ago
config_test.go rename 8 years ago
server.go remove obfsucation, use tls instead 7 years ago
ssh_host_rsa_key rename 8 years ago

README.md

obfssh_server

this is obfssh_server example

usage

run server

go get github.com/fangdingjun/obfssh/obfssh_server

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

vim config.yaml

ssh-keygen -f ssh_host_rsa_key -t rsa

$GOPATH/bin/obfssh_server -c config.yaml

run client

go get github.com/fangdingjun/obfssh/obfssh_client

$GOPATH/bin/obfssh_client -N -D :1234 -obfs_key some_keyworld -obfs_method rc4 -p 2022 -l user2 -pw user2 localhost

this will create a socks proxy on :1234