darkoperator / Posh-SSH

PowerShell Module for automating tasks on remote systems using SSH
BSD 3-Clause "New" or "Revised" License
982 stars 227 forks source link

New-SSHSession : Sequence contains more than one element #219

Open azam1980 opened 6 years ago

azam1980 commented 6 years ago

I am trying to create a new session for a host which is actually a alias name (Wide IP/BigIP). Which is forward the request to the serving host name.

Ex : youname.domain.com will have two server names behind it. which ever is live it will redirect the request to it.

I am getting the error New-SSHSession : Sequence contains more than one element

darkoperator commented 6 years ago

Hard to say without means to replicate the problem. Specially since that error is not one of the defined handled ones

Sent from my iPhone

On Jul 19, 2018, at 9:52 AM, azam1980 notifications@github.com wrote:

I am trying to create a new session for a host which is actually a alias name (Wide IP/BigIP). Which is forward the request to the serving host name.

Ex : youname.domain.com will have two server names behind it. which ever is live it will redirect the request to it.

I am getting the error New-SSHSession : Sequence contains more than one element

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.