IDEA-CR-46507: Registry key for switching between SSH backends

(cherry picked from commit a52ece09b1f5aa43d7e8ed9188c405adde8d007a)

GitOrigin-RevId: 0f7539eb4217576d0e226f9dc267a06f51be1272
This commit is contained in:
Vladimir Lagunov
2019-04-03 17:50:27 +07:00
committed by intellij-monorepo-bot
parent e6eeabd379
commit 552f4e1c6d

View File

@@ -1486,6 +1486,10 @@ ssh.use.openssh.config=true
ssh.use.openssh.config.description=Use OpenSSH configuration files
ssh.use.auth.agent=true
ssh.use.auth.agent.description=Use SSH authentication agent (ssh-agent or Pageant)
ide.ssh.library.backend=JSCH
ide.ssh.library.backend.description=Which SSH library should be used as backend for platform.ssh module
ide.ssh.library.backend.webDeployment=JSCH
ide.ssh.library.backend.webDeployment.description=Which SSH library should be used as backend for WebDeployment plugin
deployment.macOs.bannedInterfaces=awdl0
deployment.macOs.bannedInterfaces.description=Banned network interfaces for IPv6 connections on MacOS
deployment.BouncyCastleJCE=false