Carlos Perez
Carlos Perez
Somehow missed that in the docs Sent from my iPhone > On Feb 19, 2021, at 11:30 AM, Max Kozlov wrote: > > > take a look to https://github.com/sshnet/SSH.NET/wiki/ScpClient:-Remote-path-transformation...
Yep agree Sent from my iPhone > On Feb 19, 2021, at 11:47 AM, Max Kozlov wrote: > > > Its new to library > may be we need...
To be honest no clue since I do not have Cisco gear in my home lab Sent from my iPhone > On Dec 1, 2020, at 8:42 AM, shivakumartalla wrote:...
Please test the alpha release to see if issue is resolved https://github.com/darkoperator/Posh-SSH/releases/tag/3.0.0-Alpha This is a major release with breaking changes and it is cross platform for the latest version of...
That looks like a cisco device, they don’t support plink or invoke-sscommand because they use a special shell, you need to use a shellstream Sent from my iPhone > On...
Anything on the server ssh logs? Also did it change key algorithms or formats ? Sent from my iPhone > On Nov 12, 2021, at 5:57 PM, DougFergusonHCA ***@***.***> wrote:...
Can you make them follow https://github.com/PoshCode/PowerShellPracticeAndStyle the use of echo is just ugly in a PS script, also make sure it follows the same indentation, brace and other styles of...
I have not taken a look, will do today. > On Mar 29, 2016, at 12:51 PM, ahhh [email protected] wrote: > > Any update? > > — > You are...
One more set of recommendations, instead of write-host each property ```+ Write-Output "" - Write-Output "IP: $($result.ip_str)" - Write-Output "Port: $($result.port)" - Write-Output "Domain: $($result.domains)" - Write-Output "Organization: $($result.org)" -...
Sadly it is a known issue with that type of device, since I don’t have access to one I have not had a chance to look deeper as to the...