darkoperator / darkoperator/Posh-SSH
Stuck at "VERBOSE: Using SSH Username and Password authentication for connection."
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 222
- PR merge metrics
- No merged PRs in 30d
Description
In connecting to several devices without a problem, but there are 2 that are giving me trouble. This is the command im currently using to connect:
New-SSHSession -Port 22 -ComputerName X.X.X.X -Credential $SSH_Cred -Force -Verbose
But i get stucked at this part until timeout:
VERBOSE: Using SSH Username and Password authentication for connection.
But if a try to connect to the same device, from the same machine using putty, i can do it without a problem. Can somebody help me?
Regards!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the New-SSHSession command shown in the issue with the affected devices and inspect the verbose output around SSH username and password authentication. Compare the failing connection with the successful PuTTY connection, then verify completion by identifying a compatible connection configuration or a reproducible fix for those devices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100