SSH Protocol Features

SSH 1 & 2 support (auto detect with server identification)

  • User authentication
    • Password
    • Keyboard-interactive
    • Public keys (dss,rsa,ed25519)
  • Key Exchange
    • diffie-hellman-group-exchange-sha1
    • diffie-hellman-group1-sha1,diffie-hellman-group14-sha1, diffie-hellman-group14-sha256, diffie-hellman-group16-sha512
  • Host Key 
    • dsa,dss-cert-v00,dss-cert-v01
    • rsa,rsa-sha2-256,rsa-sha2-512,rsa-cert-v00,rsa-cert-v01
    • ed25519,ed25519-cert-v01
  • Encryption ciphers
    • AES128-CBC,AES192-CBC,AES256-CBC,AES128-CTR,AES192-CTR,AES256-CTR
    • rijndael-cbc@lysator.liu.se
    • IDEA,DES,3DES,RC4,Blowfish
  • Data compression
    • none
    • zlib
    • zlib@openssh.com
  • Port forwarding 
    • Local
    • Remote
    • Dynamic (act as a Socks proxy)
    • X11 : Encrypt X11 sessions to secure remote X applications 
  • SSH agent
    • Enables to store your private keys in a single wallet
    • Enables emulation of Pageant (WinSCP + Filezilla authentication)
    • Enables emulation of OpenSSH Agent thru named pipe (\\pipe\.\openssh-ssh-agent) for SSH pub/priv key authentication with VSCode/Remote SSH,Cygwin,Win ssh.exe,... 
  • SSH keys generator/management
  • FileZilla or WinSCP interfacing : reuses session connection parameters (host+port+credentials)
  • SSH bouncing management : Enables users to connect to a first ssh server and then automatically make a second connection to another ssh server.
  • X11 server automatic launching at session startup.
  • Display detailed informations about established SSH communications.