https://github.com/fsamin/sshclienttest
Golang SSH Client Test
https://github.com/fsamin/sshclienttest
Last synced: 2 months ago
JSON representation
Golang SSH Client Test
- Host: GitHub
- URL: https://github.com/fsamin/sshclienttest
- Owner: fsamin
- Created: 2015-02-09T19:45:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T19:52:01.000Z (over 10 years ago)
- Last Synced: 2024-04-16T20:10:48.689Z (about 1 year ago)
- Language: Go
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSHClientTest
Golang SSH Client Test## How to build ?
- `$git clone `
- `$go get golang.org/x/crypto/ssh`
- `$go build src/SSHClient.go`
## How to run ?
- `$./SSHClient `
It will prompt for a password, leave it empty if you want to use your private keys located in $HOME/.ssh/id_rsa