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.
|