This usually happens because n8n’s SSH node runs non-interactively — the Dell switch expects an interactive shell (so you get just the switchName> prompt).
You can try forcing an interactive session using ssh -tt or combine the commands in a single SSH call (e.g. show interfaces status ; show switch).
If that still doesn’t work, you’ll likely need to wrap it with paramiko or a system-level SSH call from n8n to emulate a real terminal.