File: README.ssh

package info (click to toggle)
mlterm 3.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,340 kB
  • sloc: ansic: 154,713; sh: 5,302; cpp: 2,953; objc: 2,776; java: 2,472; makefile: 2,445; perl: 1,674; xml: 44
file content (29 lines) | stat: -rw-r--r-- 920 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
comment -*- mode: text; tab-width:2; indent-tabs-mode:nil -*-

Memo about ssh2

* mlterm with ssh2
  If you build mlterm with configure --enable-ssh2, mlterm can connect ssh2
  server directly by libssh2 (https://www.libssh2.org)

  See mlterm manual page for the options related to ssh connection.

* Note
  See doc/en/README.transfer about scp.

* libssh2 camellia-agentfwd branch
  https://github.com/arakiken/libssh2/tree/camellia-agentfwd
  https://github.com/arakiken/libssh2/archive/camellia-agentfwd.zip

  o Support camellia.
  o Support Agent Forwarding.
  o Support pageant on cygwin.
  o Minor bug fixes.

  If you want to add camellia to preferred cipher list of mlterm, specify
  "cipher_list = camellia,..." in ~/.mlterm/main.

  If you want to use Agent Forwarding,
  1) Start pageant.
  2) Input "ssh -A host" to "ExecCmd" entry of the connection dialog.
  3) Press "OK" button with empty "Pass" entry.