summaryrefslogtreecommitdiff
path: root/README.openssh2
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-05 13:34:53 +1100
committerDamien Miller <djm@mindrot.org>2000-09-05 13:34:53 +1100
commit7b28dc5eb0b4d766ddbf5c1955de7e4edbe50e7c (patch)
treea3f8409e421134c543a49851c5cfd9d62a0455d5 /README.openssh2
parent123cbe8e86b1f6e4c4dc016e76dcac1616971089 (diff)
20000905
- (djm) Import OpenBSD CVS changes - markus@cvs.openbsd.org 2000/08/31 15:52:24 [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c] implement a SFTP server. interops with sftp2, scp2 and the windows client from ssh.com - markus@cvs.openbsd.org 2000/08/31 15:56:03 [README.openssh2] sync - markus@cvs.openbsd.org 2000/08/31 16:05:42 [session.c] Wall - markus@cvs.openbsd.org 2000/08/31 16:09:34 [authfd.c ssh-agent.c] add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions - deraadt@cvs.openbsd.org 2000/09/01 09:25:13 [scp.1 scp.c] cleanup and fix -S support; stevesk@sweden.hp.com - markus@cvs.openbsd.org 2000/09/01 16:29:32 [sftp-server.c] portability fixes - markus@cvs.openbsd.org 2000/09/01 16:32:41 [sftp-server.c] fix cast; mouring@pconline.com - itojun@cvs.openbsd.org 2000/09/03 09:23:28 [ssh-add.1 ssh.1] add missing .El against .Bl. - markus@cvs.openbsd.org 2000/09/04 13:03:41 [session.c] missing close; ok theo - markus@cvs.openbsd.org 2000/09/04 13:07:21 [session.c] fix get_last_login_time order; from andre@van-veen.de - markus@cvs.openbsd.org 2000/09/04 13:10:09 [sftp-server.c] more cast fixes; from mouring@pconline.com - markus@cvs.openbsd.org 2000/09/04 13:06:04 [session.c] set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
Diffstat (limited to 'README.openssh2')
-rw-r--r--README.openssh217
1 files changed, 7 insertions, 10 deletions
diff --git a/README.openssh2 b/README.openssh2
index 12c90aa31..df737c695 100644
--- a/README.openssh2
+++ b/README.openssh2
@@ -1,4 +1,4 @@
1$Id: README.openssh2,v 1.8 2000/05/07 18:30:03 markus Exp $ 1$Id: README.openssh2,v 1.9 2000/08/31 21:56:03 markus Exp $
2 2
3howto: 3howto:
4 1) generate server key: 4 1) generate server key:
@@ -15,30 +15,27 @@ howto:
15 15
16works: 16works:
17 secsh-transport: works w/o rekey 17 secsh-transport: works w/o rekey
18 proposal exchange, i.e. different enc/mac/comp per direction
19 encryption: blowfish-cbc, 3des-cbc, arcfour, cast128-cbc
20 mac: hmac-md5, hmac-sha1, (hmac-ripemd160)
21 compression: zlib, none
22 secsh-userauth: passwd and pubkey with DSA 18 secsh-userauth: passwd and pubkey with DSA
23 secsh-connection: pty+shell or command, flow control works (window adjust) 19 secsh-connection: pty+shell or command, flow control works (window adjust)
24 tcp-forwarding: -L works, -R incomplete 20 tcp-forwarding: -L works, -R incomplete
25 x11-fwd 21 x11-fwd
26 dss/dsa: host key database in ~/.ssh/known_hosts2 22 dss/dsa: host key database in ~/.ssh/known_hosts2
23 ssh-agent: supports SSH1-RSA and ssh-dss keys
27 client interops w/ sshd2, lshd 24 client interops w/ sshd2, lshd
28 server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT, F-Secure SSH Client 4.0, SecureFX (secure ftp) 25 server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT, F-Secure SSH Client 4.0, SecureFX (secure ftp)
29 server supports multiple concurrent sessions (e.g. with SSH.com Windows client) 26 server supports multiple concurrent sessions (e.g. with SSH.com Windows client)
27 server supports SFTP (interops with ssh.com's windows, sftp2, scp2)
30todo: 28todo:
31 re-keying 29 RE-KEYING
32 secsh-connection features: 30 secsh-connection features:
33 tcp-forwarding, agent-fwd 31 complete tcp-forwarding, agent-fwd
34 auth other than passwd, and DSA-pubkey: 32 auth other than passwd, and DSA-pubkey:
35 keyboard-interactive, (PGP-pubkey?) 33 keyboard-interactive, (PGP-pubkey?), kerberos
36 config 34 config
37 server-auth w/ old host-keys 35 server-auth w/ old host-keys
38 cleanup 36 cleanup
39 advanced key storage? 37 advanced key storage?
40 keynote 38 keynote
41 sftp
42 39
43-markus 40-markus
44$Date: 2000/05/07 18:30:03 $ 41$Date: 2000/08/31 21:56:03 $