dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / SshCipherList Property

In This Topic
    SshCipherList Property
    In This Topic
    List of ciphers that client agrees to use.
    Syntax
    'Declaration
     
    Public Property SshCipherList As String
    public string SshCipherList {get; set;}

    Property Value

    List of allowed ciphers separated by colons. The default value is empty string, which means that any cipher is allowed.
    Remarks

    The following ciphers are available for SSH connections:

    • 3DES
    • Blowfish
    • AES(128)

    You can use ALL keyword to indicate whole set of ciphers. To exclude certain cipher from the set use "-" sign. For instance, value of CipherList property "ALL-Blowfish" means that any cipher but Blowfish can be used.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also