Is there a way to send commands to a digi connect SP device through the ssh command from either a linux shell or from a windows powershell.
Examples:
ssh username@digiconnectsp ‘show user’
echo -e “show\nuser” | ssh username@digiconnectsp
Is there a way to send commands to a digi connect SP device through the ssh command from either a linux shell or from a windows powershell.
Examples:
ssh username@digiconnectsp ‘show user’
echo -e “show\nuser” | ssh username@digiconnectsp