No ssh via cli
I dont have the abbility to enable ssh?
@gomble You already have a privileged shell (note the # in the prompt), so there's no need to run enable.
To enable SSH access, you need to enter the "global configuration mode" by entering configure terminal, which you already did based on your screenshot (t autocompletes to terminal). Then, type ip ssh to enable SSH, and exit to leave the configuration mode.
Also, note that QSW-M2116P switches are slightly different from whichever one(s) @marcan is using (QSW-M408-4C, I believe), so the README.md in this repo does not fully apply here.
Differences I've found so far are:
- Firmware image format is different (see #2).
- There's no
guestaccount for CLI backdoor. Insteadadminenters ICLI privileged mode by default. - The password generator for the
debugaccount does not work.
@marcan This can probably be closed, I successfully repro'd this on my own QSW-M2116P.