Max Kozlov

Results 183 comments of Max Kozlov

you can use either one or the other but recommended way `-ModulesToImport` parameter

do you mean this? https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_using?view=powershell-7.2 yes, there is restriction >The using statements must come before any other statements in a script or module. No uncommented statement can precede it, including...

version 3.0 support much more ciphers than 2.30 isn't it ?

you may try to enable server side ssh debugging on esxi and look at log. I have access only to 6.7 which is ok

`Invoke-SSHCommand` `Invoke-SSHStreamShellCommand` `Invoke-SSHStreamExpectAction` `Invoke-SSHStreamExpectSecureAction` or `New-SSHShellStream` and any shell commands

No, this is not done, because the base library does not send all keys for verification, but only the first one

1. Check timeout 2. Try to compare hostkeys used in new alpha and other variants You can try to use host key storage from windows if you convert it from...

@tbhel, I mean HostkeyName - old SSH.Net version use `rsa` by default, new -`ssh-ed25519` If you convert old keys from registry into new json format or use the registry keystore,...

I've tested `$session.Session.ConnectionInfo.Encoding = [System.Text.Encoding]::GetEncoding($myencoding)` method for file listings - it works, May be it also will work for file names in transfer

@jborean93, the module loads its assembly into the current ps session and AssemblyLoadContext is unfortunately not available on windows .net The module tries to be compatible with both ps 5.1...