SSH algorithm support
PreviousRemote Desktop Manager macOS – Enable integrated authentication with KerberosNextUse GSudo for elevated PowerShell sessions
Last updated
Was this helpful?
Was this helpful?
$Connection.Terminal.AlgorithmSupportMode = "Custom"
$Connection.Terminal.SshAlgorithmCipherList = "aes256-gcm@openssh.com=True;aes128-gcm@openssh.com=True;aes128-cbc=True;aes192-cbc=True;aes256-cbc=True;rijndael-cbc@lysator.liu.se=True;3des-cbc=True"
$Connection.Terminal.SshAlgorithmHostKeyList = "ssh-dss=True"
$Connection.Terminal.SshAlgorithmKexList = "diffie-hellman-group14-sha1=True;diffie-hellman-group-exchange-sha1=True;diffie-hellman-group1-sha1=True"
$Connection.Terminal.SshAlgorithmMaclist = "hmac-sha1-96=True;hmac-sha1=True;hmac-md5-96=True;hmac-md5=True"
$RDM.Save();