Results 442 comments of Carlos Perez

Make sure the server is not using elliptical curve keys only RSA or DSA Sent from my iPhone > On Jan 12, 2018, at 10:02 AM, PSfreak wrote: > >...

if you try another SSH client like PuTTY are you are you able to connect? > On Jan 23, 2018, at 3:48 PM, nSilberg wrote: > > I have tried...

what does it say on the device logs when a connection is attempted against it?

That is weird, just did a clean install and tested on CentOS and Ubuntu without any problem. By doing an install by hand did you unblocked the zip? > On...

Can you try with Verbose so as to see how it is negotiating the connection and if it gets the server key? ``` PS C:\Users\Carlos> New-SSHSession -Verbose -ComputerName 192.168.1.10 -Credential...

you need to put Get-Credential between parenthesis :) New-SSHSession -ComputerName hostname -Credential (Get-Credential) -verbose The specific error there is that Get-Credential is not running first to get the creds you...

Really no clue on my side. Installed a Win2k12 R2 server, downloaded a clone from master, unblocked the zip, decompressed it and moved the inner folder to desktop, imported and...

You are getting a permission. Denied from the server, did you checked the target log as to see the reason it denied the connection? > On Apr 14, 2019, at...

Was there anything on the target logs? Permission denied is a mesaage from the server need to figure why it sent it Sent from my iPhone > On Apr 14,...

Also what is the target? What version of PS and the module you are running Sent from my iPhone > On Apr 14, 2019, at 9:50 AM, jooshil wrote: >...