Chilkat 5-Jan-2022 Remote SSH Commands on Cisco and Dell Force 10 Switches
What’s going on w/ Chilkat today…
1. User trying to execute remote SSH commands on two different switches: One is a Cisco switch, the second is a Dell Force 10. All working fine w/ Ssh.QuickCommand on the Cisco switch, but not the Dell Force 10. The QuickCommand method as shown in the example at https://www.example-code.com/vbnet/ssh_execute_remote_commands.asp is the equivalent of doing an rexec command. If you connect to the switch using PuTTY, you’re starting a shell session and executing commands in the shell session. With QuickCommand (i.e. rexec) there is no shell session. To run remote commands in a shell session, you would follow an example such as this: https://www.example-code.com/vbnet/ssh_cisco_switch_more.asp
admin
0
Tags :