mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
Update myssh_test.go
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func TestMain(t *testing.T) {
|
||||
c, err := New("175.24.103.30", "ubuntu", "qwer@1234", 22)
|
||||
c, err := New("127.0.0.1", "ubuntu", "qwer", 22)
|
||||
if err != nil {
|
||||
fmt.Println("err", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user