From 05e2ae4e0c00a9cc84317194a842aee9ebfdff1f Mon Sep 17 00:00:00 2001 From: Dingjun Date: Sun, 22 Jan 2017 18:27:43 +0800 Subject: [PATCH] rename --- {obfssh_scp => obfscp}/.gitignore | 0 {obfssh_scp => obfscp}/README.md | 0 {obfssh_scp => obfscp}/scp.go | 0 {obfssh_client => obfssh}/.gitignore | 0 {obfssh_client => obfssh}/README.md | 0 {obfssh_client => obfssh}/config.go | 0 {obfssh_client => obfssh}/config_example.yaml | 0 {obfssh_client => obfssh}/config_test.go | 0 {obfssh_client => obfssh}/proxy.go | 0 {obfssh_client => obfssh}/ssh.go | 0 {obfssh_server => obfsshd}/.gitignore | 0 {obfssh_server => obfsshd}/README.md | 0 {obfssh_server => obfsshd}/config.go | 0 {obfssh_server => obfsshd}/config_example.yaml | 0 {obfssh_server => obfsshd}/config_test.go | 0 {obfssh_server => obfsshd}/server.go | 0 {obfssh_server => obfsshd}/ssh_host_rsa_key | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename {obfssh_scp => obfscp}/.gitignore (100%) rename {obfssh_scp => obfscp}/README.md (100%) rename {obfssh_scp => obfscp}/scp.go (100%) rename {obfssh_client => obfssh}/.gitignore (100%) rename {obfssh_client => obfssh}/README.md (100%) rename {obfssh_client => obfssh}/config.go (100%) rename {obfssh_client => obfssh}/config_example.yaml (100%) rename {obfssh_client => obfssh}/config_test.go (100%) rename {obfssh_client => obfssh}/proxy.go (100%) rename {obfssh_client => obfssh}/ssh.go (100%) rename {obfssh_server => obfsshd}/.gitignore (100%) rename {obfssh_server => obfsshd}/README.md (100%) rename {obfssh_server => obfsshd}/config.go (100%) rename {obfssh_server => obfsshd}/config_example.yaml (100%) rename {obfssh_server => obfsshd}/config_test.go (100%) rename {obfssh_server => obfsshd}/server.go (100%) rename {obfssh_server => obfsshd}/ssh_host_rsa_key (100%) diff --git a/obfssh_scp/.gitignore b/obfscp/.gitignore similarity index 100% rename from obfssh_scp/.gitignore rename to obfscp/.gitignore diff --git a/obfssh_scp/README.md b/obfscp/README.md similarity index 100% rename from obfssh_scp/README.md rename to obfscp/README.md diff --git a/obfssh_scp/scp.go b/obfscp/scp.go similarity index 100% rename from obfssh_scp/scp.go rename to obfscp/scp.go diff --git a/obfssh_client/.gitignore b/obfssh/.gitignore similarity index 100% rename from obfssh_client/.gitignore rename to obfssh/.gitignore diff --git a/obfssh_client/README.md b/obfssh/README.md similarity index 100% rename from obfssh_client/README.md rename to obfssh/README.md diff --git a/obfssh_client/config.go b/obfssh/config.go similarity index 100% rename from obfssh_client/config.go rename to obfssh/config.go diff --git a/obfssh_client/config_example.yaml b/obfssh/config_example.yaml similarity index 100% rename from obfssh_client/config_example.yaml rename to obfssh/config_example.yaml diff --git a/obfssh_client/config_test.go b/obfssh/config_test.go similarity index 100% rename from obfssh_client/config_test.go rename to obfssh/config_test.go diff --git a/obfssh_client/proxy.go b/obfssh/proxy.go similarity index 100% rename from obfssh_client/proxy.go rename to obfssh/proxy.go diff --git a/obfssh_client/ssh.go b/obfssh/ssh.go similarity index 100% rename from obfssh_client/ssh.go rename to obfssh/ssh.go diff --git a/obfssh_server/.gitignore b/obfsshd/.gitignore similarity index 100% rename from obfssh_server/.gitignore rename to obfsshd/.gitignore diff --git a/obfssh_server/README.md b/obfsshd/README.md similarity index 100% rename from obfssh_server/README.md rename to obfsshd/README.md diff --git a/obfssh_server/config.go b/obfsshd/config.go similarity index 100% rename from obfssh_server/config.go rename to obfsshd/config.go diff --git a/obfssh_server/config_example.yaml b/obfsshd/config_example.yaml similarity index 100% rename from obfssh_server/config_example.yaml rename to obfsshd/config_example.yaml diff --git a/obfssh_server/config_test.go b/obfsshd/config_test.go similarity index 100% rename from obfssh_server/config_test.go rename to obfsshd/config_test.go diff --git a/obfssh_server/server.go b/obfsshd/server.go similarity index 100% rename from obfssh_server/server.go rename to obfsshd/server.go diff --git a/obfssh_server/ssh_host_rsa_key b/obfsshd/ssh_host_rsa_key similarity index 100% rename from obfssh_server/ssh_host_rsa_key rename to obfsshd/ssh_host_rsa_key