#92 support ssh tunnel for local/remote port forwarding

This commit is contained in:
rui.zheng
2017-02-25 22:38:30 +08:00
parent f31949d1ed
commit d19d5adabe
35 changed files with 12439 additions and 27 deletions
-1
View File
@@ -46,7 +46,6 @@ func (s *HttpServer) HandleRequest(req *http.Request) {
valid := false
u, p, _ := basicProxyAuth(req.Header.Get("Proxy-Authorization"))
glog.V(LINFO).Infoln(u, p)
for _, user := range s.Base.Node.Users {
username := user.Username()
password, _ := user.Password()