src/main/java/com/gitblit/manager/ServicesManager.java
@@ -228,6 +228,10 @@ } public String getSshDaemonUrl(HttpServletRequest request, UserModel user, RepositoryModel repository) { if (user == null || UserModel.ANONYMOUS.equals(user)) { // SSH always requires authentication - anonymous access prohibited return null; } if (sshDaemon != null) { String bindInterface = settings.getString(Keys.git.sshBindInterface, "localhost"); if (bindInterface.equals("localhost")