Patrick M. Womack
Patrick M. Womack
Sorry to necro this, but this would be a great feature to have and I haven't seen it show up yet. Any chance for and update?
My apologies, I wrote that pretty late at night. The error I'm getting is: ``` New-SSHSession : Session operation has timed out At line:15 char:1 + New-SSHSession -ComputerName 172.0.0.2 -Credential...
Correct, I can run the command multiple times (creating and destroying the session) without issue in PWSH.
I’m not running in a VM, but I’m connecting to Cisco IOS. Maybe it’s an issue with terminating the session properly? -- Thanks, Patrick M. Womack ________________________________ From: Carlos Perez...
It’s an 2901 ISR running IOS 15z -- Thanks, Patrick M. Womack ________________________________ From: Carlos Perez Sent: Saturday, February 13, 2021 2:48:30 PM To: darkoperator/Posh-SSH Cc: Patrick M. Womack ;...
> Might need to carry the auth token in a variable somehow. That's my sticking point. I was trying to do this in PHP but the auth token is only...
@bnfinet A few further questions & answers then: > If the IdP passes you back as authenticated then VP will authorize access. VP does not require the IdPs token for...
I'd argue that it's the same issue, but maybe the issue should be more general. Providing the token would be extremely useful as a feature.