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.

30 lines
537 B
Markdown

7 years ago
obfsshd
8 years ago
=============
7 years ago
this is obfsshd example
8 years ago
usage
=====
run server
7 years ago
go get github.com/fangdingjun/obfssh/obfsshd
8 years ago
7 years ago
cp $GOPATH/src/github.com/fangdingjun/obfssh/obfsshd/config_example.yaml config.yaml
8 years ago
vim config.yaml
ssh-keygen -f ssh_host_rsa_key -t rsa
8 years ago
7 years ago
$GOPATH/bin/obfsshd -c config.yaml
8 years ago
run client
7 years ago
go get github.com/fangdingjun/obfssh/obfssh
8 years ago
7 years ago
$GOPATH/bin/obfssh_client -N -D :1234 -p 2022 -l user2 -pw user2 localhost
8 years ago
this will create a socks proxy on :1234