James Moger
2014-03-27 8d96b960e472433d2b4a5b71df7000bf1fbde648
src/main/java/com/gitblit/transport/ssh/WelcomeShell.java
@@ -134,6 +134,8 @@
         msg.append(user.getDisplayName());
         msg.append(", you have successfully connected over SSH.");
         msg.append(nl);
         msg.append(" Interactive shells are disabled.");
         msg.append(nl);
         msg.append(nl);
         msg.append("   client: ");
         msg.append(session.getClientVersion());
@@ -156,6 +158,9 @@
         msg.append(nl);
         msg.append(nl);
         if (client.getKey() == null) {
            // user has authenticated with a password
            // display add public key instructions
         msg.append(" You may upload an SSH public key with the following syntax:");
         msg.append(nl);
         msg.append(nl);
@@ -167,6 +172,7 @@
         msg.append(b2);
         msg.append(nl);
         msg.append(nl);
         }
         // display the core commands
         SshCommandFactory cmdFactory = (SshCommandFactory) session.getFactoryManager().getCommandFactory();