Posts: 7
Threads: 5
Joined: Jan 2022
Reputation:
0
Integrate OpenSSH of Windows as the SSH tool. This would simplify the process of setting up SSH as it is native in Windows 10 and beyond. Also, this would allow you to save credentials for the ssh username and password.
Posts: 417
Threads: 1
Joined: Sep 2022
Reputation:
16
Hi,
We can integrate OpenSSH as Ext.Application in RRD. Sample settings are available below. Right Click Ext.App > New > Ext.App> Give options as
File-Name : C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Working-directory: C:\Windows\System32\WindowsPowerShell
Arguments : -noexit -Command "ssh %Computername%"
Two ways to connect,
1.Go to required connection, Right click connection > Ext.Application > Use the Application which is created in above steps. It should open powershell terminal
2.To Connect by default,Go to properties> Change protocol of connection to Ext.App. Add Ext.App Roles and assign required application. Next time open connection, it should open powershell terminal.
As we cannot use username/password options in openssh, we are unable to integrate in RRD. Let us know if there are any options available for openssh, we are happy to help in any way we can
Thank You,
Pavan