diff options
author | 2000-09-08 09:02:51 +0000 | |
---|---|---|
committer | 2000-09-08 09:02:51 +0000 | |
commit | 7bfc041c5c1053cb8b5a0dbbbed04512b174a003 (patch) | |
tree | 296cc159e89607f926608abbe01706e9ada675a3 | |
parent | typo in comment, AILASES -> ALIASES (diff) | |
download | wireguard-openbsd-7bfc041c5c1053cb8b5a0dbbbed04512b174a003.tar.xz wireguard-openbsd-7bfc041c5c1053cb8b5a0dbbbed04512b174a003.zip |
bye bye
-rw-r--r-- | usr.bin/ssh/README.openssh2 | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/usr.bin/ssh/README.openssh2 b/usr.bin/ssh/README.openssh2 deleted file mode 100644 index df737c695b7..00000000000 --- a/usr.bin/ssh/README.openssh2 +++ /dev/null @@ -1,41 +0,0 @@ -$Id: README.openssh2,v 1.9 2000/08/31 21:56:03 markus Exp $ - -howto: - 1) generate server key: - $ ssh-keygen -d -f /etc/ssh_host_dsa_key -N '' - 2) enable ssh2: - server: add 'Protocol 2,1' to /etc/sshd_config - client: ssh -o 'Protocol 2,1', or add to .ssh/config - 3) DSA authentication similar to RSA (add keys to ~/.ssh/authorized_keys2) - interop w/ ssh.com dsa-keys: - ssh-keygen -f /key/from/ssh.com -X >> ~/.ssh/authorized_keys2 - and vice versa - ssh-keygen -f /privatekey/from/openssh -x > ~/.ssh2/mykey.pub - echo Key mykey.pub >> ~/.ssh2/authorization - -works: - secsh-transport: works w/o rekey - secsh-userauth: passwd and pubkey with DSA - secsh-connection: pty+shell or command, flow control works (window adjust) - tcp-forwarding: -L works, -R incomplete - x11-fwd - dss/dsa: host key database in ~/.ssh/known_hosts2 - ssh-agent: supports SSH1-RSA and ssh-dss keys - client interops w/ sshd2, lshd - server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT, F-Secure SSH Client 4.0, SecureFX (secure ftp) - server supports multiple concurrent sessions (e.g. with SSH.com Windows client) - server supports SFTP (interops with ssh.com's windows, sftp2, scp2) -todo: - RE-KEYING - secsh-connection features: - complete tcp-forwarding, agent-fwd - auth other than passwd, and DSA-pubkey: - keyboard-interactive, (PGP-pubkey?), kerberos - config - server-auth w/ old host-keys - cleanup - advanced key storage? - keynote - --markus -$Date: 2000/08/31 21:56:03 $ |