treehouses / cli

cli 🦄 for raspberry pi images of type treehouses
https://www.npmjs.com/package/@treehouses/cli
GNU Affero General Public License v3.0
44 stars 20 forks source link

`treehouses sshtunnel active` wrong output #1504

Open jayala-29 opened 4 years ago

jayala-29 commented 4 years ago
root@treehouses:~/cli# ./cli.sh sshtunnel
Error: no tunnel has been set up
Run 'cli.sh sshtunnel add host <port interval> [host]' to add a key for the tunnel
root@treehouses:~/cli# ./cli.sh sshtunnel add host 22
ssh-rsa *****3NzaC1yc2EAAAADAQABAAABAQDC5ty/U6N7FgNDEOGe+mloF/7jw68zo/c/AfHnEWlN0tDSzohZEMLPww8bbHOIoQzq1K9sxY/CP7jOws0QbNht6gB2uRBiFyeXATETs6ZgCb1cBeVeErugZGoCDxa8LJ6xO/TMKz/vEpRN4MaPXaIHz3SWWRr9w5DaGOO7Ha7P7aTvvjlbPkN/V2kkEXL5MokWcZBV5t8WkP4P/EAkZ2jz7ouX6G4cXUAlZI5/ggTPoFfTxVJmn3AvqAYuSFXA/uYd6tCq4khHDM4dZegqiPGk9GiozgE+7VaiqxZMtZYVhvWQHn/H0E8kUmtETCeMedYpND6dJR5noI/Rlt6Pd/6d root@treehouses
root@treehouses:~/cli# ./cli.sh sshtunnel active
Active tunnels:
  - x-session-manager, -1 active ports
  - -s, -1 active ports
kjong commented 4 years ago

It would be very helpful if you could post the output of pgrep -a "ssh" | grep "/usr/bin/ssh"