Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexshukel/ssh-client


https://github.com/alexshukel/ssh-client

Last synced: about 12 hours ago
JSON representation

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}'
```