Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexshukel/ssh-client
https://github.com/alexshukel/ssh-client
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexshukel/ssh-client
- Owner: AlexShukel
- Created: 2024-04-20T09:42:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T18:56:10.000Z (7 months ago)
- Last Synced: 2024-04-26T20:06:55.534Z (7 months ago)
- Language: C
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Start ssh daemon
```bash
sudo service ssh start
```## View logs
```bash
sudo cat /var/log/syslog
```## Get wsl machine address
```bash
ip addr show eth0 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'
```