SSHTunnel/Variables.go

10 lines
292 B
Go
Raw Normal View History

2015-01-02 15:51:37 +00:00
package main
var (
2015-09-28 13:28:11 +00:00
username = `` // The SSH user's name
password = `` // The user's password
serverAddrString = `` // The SSH server address
localAddrString = `` // The local end-point
remoteAddrString = `` // The remote end-point (on the SSH server's side)
2015-01-02 15:51:37 +00:00
)