You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2017/10/02 12:07:39 UTC

karaf git commit: [KARAF-5397] Cleanup shell config in ssh feature

Repository: karaf
Updated Branches:
  refs/heads/karaf-4.1.x 5ef263c51 -> e5abe7145


[KARAF-5397] Cleanup shell config in ssh feature


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e5abe714
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e5abe714
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/e5abe714

Branch: refs/heads/karaf-4.1.x
Commit: e5abe7145fa3d5e27d439299fab08b02846a3eb0
Parents: 5ef263c
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Oct 2 14:05:22 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Oct 2 14:05:22 2017 +0200

----------------------------------------------------------------------
 assemblies/features/standard/src/main/feature/feature.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/e5abe714/assemblies/features/standard/src/main/feature/feature.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 217a5f1..c402151 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -663,12 +663,6 @@
     </feature>
 
     <feature name="ssh" description="Provide a SSHd server on Karaf" version="${project.version}">
-        <config name="org.apache.karaf.shell">
-            sshPort=8101
-            sshHost=0.0.0.0
-            sshRealm=karaf
-            hostKey=${karaf.etc}/host.key
-        </config>
         <feature>shell</feature>
         <feature>jaas</feature>
         <bundle start="true" start-level="30">mvn:org.apache.sshd/sshd-core/${sshd.version}</bundle>