Skip to content

Commit 7f68d17

Browse files
committed
remove blowfish cipher
1 parent a0e022d commit 7f68d17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/ssh/SSHTunnel.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ public SSHTunnel(App app, String server) throws Exception {
2929

3030
this.conn = new Connection(server, 443);
3131
this.conn.addConnectionMonitor(new CustomConnectionMonitor(this, this.app));
32-
String[] ciphers = new String[]{"blowfish-cbc"};
33-
this.conn.setClient2ServerCiphers(ciphers);
3432
this.connect();
3533
}
3634

0 commit comments

Comments
 (0)