* Serves as the base channel session for executing remote commands - including a full shell. Note: all the
@@ -80,9 +92,12 @@
* @author Apache MINA SSHD Project
*/
public class PtyCapableChannelSession extends ChannelSession implements PtyChannelConfigurationMutator {
+ private static final String PING_MESSAGE = "PING!";
private boolean agentForwarding;
private boolean usePty;
+ private int obfuscate;
private final PtyChannelConfiguration config;
+ private final AtomicReference