Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
0c029ca0
Commit
0c029ca0
authored
Feb 03, 2012
by
Niels Möller
Browse files
Converted files to utf-8.
parent
d13f8c0b
Changes
416
Expand all
Hide whitespace changes
Inline
Side-by-side
ANNOUNCE
View file @
0c029ca0
...
...
@@ -128,4 +128,4 @@ http://lists.lysator.liu.se/mailman/listinfo/lsh-bugs.
Happy hacking,
/Niels Möller, <nisse@lysator.liu.se>
/Niels M
ö
ller, <nisse@lysator.liu.se>
AUTHORS
View file @
0c029ca0
lsh is written by Niels M
ö
ller, and distributed under the terms and
lsh is written by Niels M
öl
ler, and distributed under the terms and
conditions of the GNU General Public License (see the file COPYING for
details). Several parts of lsh, in particular tcpforwarding,
public-key user authentication, and the lsh_proxy program, were
contributed by Bal
á
zs Scheidler.
contributed by Bal
áz
s Scheidler.
Many other people have written free code which is used in lsh.
...
...
@@ -19,7 +19,7 @@ IDEA implementation originally by Xeejia Lai, optimized by Colin
Plumb. Released into the public domain.
GMP, the GNU multiple precision arithmetic library, was written by
Torbj
ö
rn Granlund and many contributors. It is not actually included
Torbj
ör
n Granlund and many contributors. It is not actually included
in lsh, but it is needed for all public key computations. GMP is
released under the LPGL.
...
...
ChangeLog
View file @
0c029ca0
This diff is collapsed.
Click to expand it.
ChangeLog.1
View file @
0c029ca0
This diff is collapsed.
Click to expand it.
ChangeLog.2
View file @
0c029ca0
This diff is collapsed.
Click to expand it.
NEWS
View file @
0c029ca0
...
...
@@ -268,7 +268,7 @@ News for the 1.4 release
lshd now sets SSH_CLIENT and SSH_TTY (if appropiate).
TCP-wrapper support contributed by Pontus Sk
ö
ld, pass
TCP-wrapper support contributed by Pontus Sk
öl
d, pass
--with-tcpwrappers to configure to enable.
Display more information about unknown keys, including
...
...
@@ -312,7 +312,7 @@ News for the 1.3.7 release
before exec:ing the shell.
Helper program to let the server use PAM passwords.
Contributed by Pontus Sk
ö
ld.
Contributed by Pontus Sk
öl
d.
New option --server to lsh-keygen and lsh-writekey. It makes
the programs use the system seed-file, and also changes
...
...
@@ -332,7 +332,7 @@ News for the 1.3.7 release
sftp on the server. Appeared already in 1.3.6, but wasn't
mentioned in NEWS.
Pontus Sk
ö
ld's file transfer client lsftp is included in the
Pontus Sk
öl
d's file transfer client lsftp is included in the
distribution.
News for the 1.3.6 release
...
...
@@ -760,7 +760,7 @@ News for the lsh-0.1.18 release
lsh now reads ACL:s from the ~/.lsh/known_hosts file.
First attempt at a m4-based testsuite. It depends on m4 being
able to handle the eight-bit quote characters » and «. If your
able to handle the eight-bit quote characters
»
and «
.
If your
m4 doesn't do that, get the latest beta of GNU m4 or recompile
GNU m4-1.4 with CFLAGS=-funsigned-char.
...
...
@@ -1003,7 +1003,7 @@ TASKLIST and NOTES files now included in the snapshot.
NEWS since the 1998-12-17 snapshot:
Support for md5 (by Bal
á
zs Scheidler).
Support for md5 (by Bal
áz
s Scheidler).
Various bugfixes.
...
...
@@ -1020,4 +1020,4 @@ together (crypto_cascade()).
Some untested support for blowfish and 3DES. A -c command line option
is needed.
A few bugfixes. Thanks to J.H.M. Dassen (Ray) and Bal
á
zs Scheidler.
A few bugfixes. Thanks to J.H.M. Dassen (Ray) and Bal
áz
s Scheidler.
README
View file @
0c029ca0
...
...
@@ -128,4 +128,4 @@ LSH releases are available at
<ftp://ftp.lysator.liu.se/pub/security/lsh>.
Happy hacking,
/Niels Möller <nisse@lysator.liu.se>
/Niels M
ö
ller <nisse@lysator.liu.se>
argp/ChangeLog
View file @
0c029ca0
2008-08-26 Niels Mller <nisse@lysator.liu.se>
2008-08-26 Niels M
ö
ller <nisse@lysator.liu.se>
* testsuite/Makefile.in (tags): Put TAGS file in the source
directory. Also renamed target, was tags-here.
* Makefile.in (tags-here): Put TAGS file in the source directory.
2007-09-11 Niels Mller <nisse@lysator.liu.se>
2007-09-11 Niels M
ö
ller <nisse@lysator.liu.se>
* testsuite/Makefile.in (PRE_CPPFLAGS): Use -I$(srcdir).
Fixed typo when linking with ../libargp.a.
* testsuite/Makefile.in: Typo fix when using $(EXEEXT).
2007-05-03 Niels Mller <nisse@lysator.liu.se>
2007-05-03 Niels M
ö
ller <nisse@lysator.liu.se>
* configure.ac: Removed AC_PROG_CC_STDC. Reordered header and
library checks.
* config.make.in: Removed unused variables M4 and MAKEINFO.
2007-04-05 Niels Mller <nisse@lysator.liu.se>
2007-04-05 Niels M
ö
ller <nisse@lysator.liu.se>
* Makefile.in, testsuite/Makefile.in: Fixed dist and distcheck
targets.
...
...
@@ -30,50 +30,50 @@
* Moved in the CVS tree, and converted from automake to plain
autoconf.
2007-02-26 Niels Mller <niels@s3.kth.se>
2007-02-26 Niels M
ö
ller <niels@s3.kth.se>
* argp.h (__option_is_short): Use isprint only for keys below
UCHAR_MAX. Already fixed in glibc.
* argp-help.c (hol_cluster_cmp): Fixed handling of depth.
2007-02-07 Niels Mller <nisse@lysator.liu.se>
2007-02-07 Niels M
ö
ller <nisse@lysator.liu.se>
* testsuite/Makefile.am (check): Propagate EXEEXT.
* testsuite/ex1-test: Use $EXEEXT.
* testsuite/permute-test: Likewise.
2005-11-25 Niels Mller <nisse@lysator.liu.se>
2005-11-25 Niels M
ö
ller <nisse@lysator.liu.se>
* configure.ac: Use LSH_FUNC_ALLOCA.
2004-11-19 Niels Mller <nisse@lysator.liu.se>
2004-11-19 Niels M
ö
ller <nisse@lysator.liu.se>
* argp-parse.c (__option_is_end): Delete __THROW on these
definitions too.
2004-11-19 Niels Mller <niels@s3.kth.se>
2004-11-19 Niels M
ö
ller <niels@s3.kth.se>
* argp.h (__argp_usage, __option_is_short, __option_is_end): Don't
use __THROW on definitions, only on declarations.
2004-11-14 Niels Mller <nisse@lysator.liu.se>
2004-11-14 Niels M
ö
ller <nisse@lysator.liu.se>
* vsnprintf.c: Moved in the CVS tree. It's now a link to
misc/vsnprintf.c in the lsh tree.
2004-10-08 Niels Mller <niels@s3.kth.se>
2004-10-08 Niels M
ö
ller <niels@s3.kth.se>
* testsuite/Makefile.am: Use noinst_PROGRAMS instead of
check_PROGRAMS, it seems check_PROGRAMS doesn't work with the
rntcl build.
2004-03-20 Niels Mller <nisse@lysator.liu.se>
2004-03-20 Niels M
ö
ller <nisse@lysator.liu.se>
* configure.ac: Use AC_CONFIG_AUX_DIR([.]). Converted to new style
AC_INIT and AM_INIT_AUTOMAKE.
2004-03-19 Niels Mller <nisse@lysator.liu.se>
2004-03-19 Niels M
ö
ller <nisse@lysator.liu.se>
* argp.h: Removed leading underscores from the argument names in
the argp_parse prototype. These symbols are reserved for the
...
...
@@ -81,16 +81,16 @@
happens to define __argc and __argv as macros that expand to
magic.
2004-03-18 Niels Mller <niels@s3.kth.se>
2004-03-18 Niels M
ö
ller <niels@s3.kth.se>
* testsuite/Makefile.am (check_PROGRAMS): Use check_PROGRAMS, not
noinst_PROGRAMS.
2004-03-17 Niels Mller <nisse@lysator.liu.se>
2004-03-17 Niels M
ö
ller <nisse@lysator.liu.se>
* testsuite/Makefile.am (AM_CPPFLAGS): Add -I$(top_srcdir).
2004-03-05 Niels Mller <nisse@lysator.liu.se>
2004-03-05 Niels M
ö
ller <nisse@lysator.liu.se>
* vsnprintf.c (dopr): Use unsigned char for the argument to
isdigit.
...
...
@@ -107,11 +107,11 @@
* vsnprintf.c: New replacement vsnprintf, by Patrick Powell,
Brandom Long and others.
2004-03-03 Niels Mller <niels@s3.kth.se>
2004-03-03 Niels M
ö
ller <niels@s3.kth.se>
* Makefile.am (EXTRA_DIST): Typo fix.
2004-03-02 Niels Mller <nisse@lysator.liu.se>
2004-03-02 Niels M
ö
ller <nisse@lysator.liu.se>
* Makefile.am (EXTRA_DIST): Added strcasecmp.c.
...
...
@@ -121,7 +121,7 @@
* argp-parse.c, argp-help.c: Conditionally include malloc.h.
2004-03-01 Niels Mller <nisse@lysator.liu.se>
2004-03-01 Niels M
ö
ller <nisse@lysator.liu.se>
* argp-fmtstream.h [!HAVE_UNISTD_H]: Define ssize_t as int.
...
...
@@ -137,13 +137,13 @@
* argp-fmtstream.h: Make inclusion of unistd.h conditional. It's
needed for ssize_t, at least on freebsd.
2004-03-01 Niels Mller <niels@s3.kth.se>
2004-03-01 Niels M
ö
ller <niels@s3.kth.se>
* argp-eexst.c [!HAVE_SYSEXITS_H]: Hardcode EX_USAGE = 64.
* configure.ac: Check for sysexits.h.
2004-02-23 Niels Mller <niels@s3.kth.se>
2004-02-23 Niels M
ö
ller <niels@s3.kth.se>
* configure.ac: Bumped version to standalone-1.3.
...
...
@@ -155,24 +155,24 @@
variables, otherwise on Darwin linking fails if the user does not
define these variables.
2003-04-28 Niels Mller <nisse@cuckoo.hack.org>
2003-04-28 Niels M
ö
ller <nisse@cuckoo.hack.org>
* argp-parse.c: Use standard alloca blurb from the autoconf
manual.
* argp-help.c: Updated alloca blurb to use the same as
argp-parse.c.
2003-04-24 Niels Mller <niels@s3.kth.se>
2003-04-24 Niels M
ö
ller <niels@s3.kth.se>
* argp.h: Added workaround for __restrict.
2003-03-13 Niels Mller <nisse@cuckoo.hack.org>
2003-03-13 Niels M
ö
ller <nisse@cuckoo.hack.org>
* Released argp-standalone-1.2.
* Updated copyright years.
2003-03-03 Niels Mller <nisse@cuckoo.hack.org>
2003-03-03 Niels M
ö
ller <nisse@cuckoo.hack.org>
* argp-fmtstream.h: Don't include config.h here, let the .c-files
do that. Deleted definition of PRINTF_STYLE, that's in config.h.
...
...
@@ -181,7 +181,7 @@
underlying functions are really macros defined by stdio. For
example on freebsd. Updated the files using these functions.
2003-03-02 Niels Mller <nisse@cuckoo.hack.org>
2003-03-02 Niels M
ö
ller <nisse@cuckoo.hack.org>
* argp-help.c: Don't include malloc.h. If any system still needs
it, we need a configure test for it.
...
...
@@ -193,27 +193,27 @@
* configure.ac: Use LSH_GCC_ATTRIBUTES. Deleted the definition of
UNUSED from the files that used it, it's now in config.h.
2003-02-16 Niels Mller <nisse@cuckoo.hack.org>
2003-02-16 Niels M
ö
ller <nisse@cuckoo.hack.org>
* argp-fmtstream.h: When disabling fwrite_unlocked, #undef it first.
* testsuite/permute-test: diff -q is not portable.
Redirect to /dev/null instead.
2003-02-12 Niels Mller <niels@s3.kth.se>
2003-02-12 Niels M
ö
ller <niels@s3.kth.se>
* argp-fmtstream.h: When disabling putc_unlocked, #undef it first.
2003-02-10 Niels Mller <niels@s3.kth.se>
2003-02-10 Niels M
ö
ller <niels@s3.kth.se>
* configure.ac (ARGP_CHECK_FUNC): Use AS_VAR_GET. Use AH_TEMPLATE.
2003-02-10 Niels Mller <nisse@cuckoo.hack.org>
2003-02-10 Niels M
ö
ller <nisse@cuckoo.hack.org>
* configure.ac (ARGP_CHECK_FUNC): New macro. Use it to test for
putc_unlocked.
2003-02-05 Niels Mller <nisse@lysator.liu.se>
2003-02-05 Niels M
ö
ller <nisse@lysator.liu.se>
* argp-parse.c (argp_default_options): Fixed initializer.
* argp-test.c (options): Likewise.
...
...
@@ -225,7 +225,7 @@
* .bootstrap: New file.
2003-02-05 Niels Mller <niels@s3.kth.se>
2003-02-05 Niels M
ö
ller <niels@s3.kth.se>
* Makefile.am (all): Deleted the explicit all target.
(LIBOBJS): Added explicit substitution.
...
...
@@ -258,7 +258,7 @@
* acinclude.m4: Deleted file.
2003-02-04 Niels Mller <nisse@cuckoo.hack.org>
2003-02-04 Niels M
ö
ller <nisse@cuckoo.hack.org>
* configure.ac: Bumped version to standalone-1.2.
...
...
@@ -279,17 +279,17 @@
* testsuite/ex1.c, testsuite/ex3.c,
testsuite/ex4.c: Added glibc example programs.
2002-07-18 Niels Mller <niels@s3.kth.se>
2002-07-18 Niels M
ö
ller <niels@s3.kth.se>
* configure.ac: Don't use -ggdb3 with gcc-2.96.
2002-05-06 Niels Mller <niels@s3.kth.se>
2002-05-06 Niels M
ö
ller <niels@s3.kth.se>
* configure.ac: Use AH_TEMPLATE for
PROGRAM_INVOCATION_NAME and PROGRAM_INVOCATION_SHORT_NAME. The
third arg to AC_DEFINE_UNQUOTED seems not to work here.
2002-05-05 Niels Mller <nisse@lysator.liu.se>
2002-05-05 Niels M
ö
ller <nisse@lysator.liu.se>
* acconfig.h: Deleted file.
...
...
@@ -302,25 +302,25 @@
* configure.ac: Update for automake-1.6.
* configure.ac: Renamed file, used to be configure.in.
2001-03-26 Niels Mller <nisse@cuckoo.localdomain>
2001-03-26 Niels M
ö
ller <nisse@cuckoo.localdomain>
* configure.in: Bumped argp version to standalone-1.1.
2001-03-26 Niels Mller <nisse@ehand.com>
2001-03-26 Niels M
ö
ller <nisse@ehand.com>
* configure.in (CPPFLAGS): Added -D_GNU_SOURCE.
2001-02-18 Niels Mller <nisse@cuckoo.localdomain>
2001-02-18 Niels M
ö
ller <nisse@cuckoo.localdomain>
* argp-parse.c (argp_default_parser): Let OPT_HANG print
the process id to stderr.
2001-01-15 Niels Mller <nisse@ehand.com>
2001-01-15 Niels M
ö
ller <nisse@ehand.com>
* argp.h: #define PRINTF_STYLE, and use it instead of
using __attribute__ directly.
2001-01-07 Niels Mller <nisse@cuckoo.localdomain>
2001-01-07 Niels M
ö
ller <nisse@cuckoo.localdomain>
* argp.h: Added _argp_short_program_name and
__argp_short_program_name.
...
...
@@ -329,11 +329,11 @@
argp_short_program_name.
(parser_parse_next): Removed old permutation handling code.
2001-01-06 Niels Mller <nisse@cuckoo.localdomain>
2001-01-06 Niels M
ö
ller <nisse@cuckoo.localdomain>
* argp-namefrob.h: Added _argp_short_program_name.
2001-01-02 Niels Mller <nisse@cuckoo.localdomain>
2001-01-02 Niels M
ö
ller <nisse@cuckoo.localdomain>
* argp-help.c (hol_entry_help): Avoid using a
non-constant struct initializer.
...
...
@@ -348,7 +348,7 @@
inline definitions in argp-fmtstream.h, for compilers that don't
do inlining.
2000-12-28 Niels Mller <nisse@cuckoo.localdomain>
2000-12-28 Niels M
ö
ller <nisse@cuckoo.localdomain>
* argp-help.c (fill_in_uparams): Use unsigned char * for
VAR and ARG. Fixed calls of isalnum, isspace and friends, reported
...
...
@@ -358,13 +358,13 @@
(hol_entry_cmp): Fixed calls of tolower, reported by Kalle Olavi
Niemitalo.
2000-12-23 Niels Mller <nisse@lysator.liu.se>
2000-12-23 Niels M
ö
ller <nisse@lysator.liu.se>
* acinclude.m4: New file.
* acinclude.m4: Reverted the definition of AC_CHECK_VAR
to take includes as argument, and renamed it to ARGP_CHECK_VAR.
2000-12-11 Niels Mller <nisse@cuckoo.localdomain>
2000-12-11 Niels M
ö
ller <nisse@cuckoo.localdomain>
* Removed getopt.c, getopt.h and getopt1.c from the src/argp
directory.
...
...
@@ -372,7 +372,7 @@
* argp-parse.c (match_option, ARGP_COMPLETE): #if:ed out
completion code for long options.
2000-11-30 Niels Mller <nisse@cuckoo.localdomain>
2000-11-30 Niels M
ö
ller <nisse@cuckoo.localdomain>
* argp-parse.c (match_option): Better abbreviations.
Replaced try_getopt with args_only, changed calling convention for
...
...
@@ -384,7 +384,7 @@
* argp-parse.c (calc_sizes): Updated comment.
2000-11-29 Niels Mller <nisse@cuckoo.localdomain>
2000-11-29 Niels M
ö
ller <nisse@cuckoo.localdomain>
* configure.in: Use AC_REPLACE_FUNCS for mempcpy, strndup
and strchrnul.
...
...
@@ -415,7 +415,7 @@
* strndup.c, strchrnul.c mempcpy.c:
Moved replacement functions to separate files.
2000-11-28 Niels Mller <nisse@cuckoo.localdomain>
2000-11-28 Niels M
ö
ller <nisse@cuckoo.localdomain>
* argp-parse.c: Deleted getopt-related code.
(struct parser): New field nextchar. Deleted fields try_getotp and long_opts.
...
...
@@ -431,12 +431,12 @@
(classify_arg): New function.
(parser_parse_next): Don't use getopt_long().
2000-11-27 Niels Mller <nisse@cuckoo.localdomain>
2000-11-27 Niels M
ö
ller <nisse@cuckoo.localdomain>
* argp-help.c (argp_doc): Use the name strndup, not
__strndup. That probably breaks glibc builds.
2000-11-27 Niels Mller <nisse@lysator.liu.se>
2000-11-27 Niels M
ö
ller <nisse@lysator.liu.se>
* argp-test.c (asprintf): Bug fix.
...
...
@@ -462,7 +462,7 @@
* src/argp: Added getopt.h, getopt.c and getopt1.c, which are
needed for separate compilation of argp.
2000-11-27 Niels Mller <nisse@cuckoo.localdomain>
2000-11-27 Niels M
ö
ller <nisse@cuckoo.localdomain>
* Updated argp from glibc-2.2.
argp/mempcpy.c
View file @
0c029ca0
...
...
@@ -2,7 +2,7 @@
*
*/
/* Written by Niels Mller <nisse@lysator.liu.se>
/* Written by Niels M
ö
ller <nisse@lysator.liu.se>
*
* This file is hereby placed in the public domain.
*/
...
...
argp/strcasecmp.c
View file @
0c029ca0
...
...
@@ -2,7 +2,7 @@
*
*/
/* Written by Niels Mller <nisse@lysator.liu.se>
/* Written by Niels M
ö
ller <nisse@lysator.liu.se>
*
* This file is hereby placed in the public domain.
*/
...
...
argp/strchrnul.c
View file @
0c029ca0
...
...
@@ -2,7 +2,7 @@
*
*/
/* Written by Niels Möller <nisse@lysator.liu.se>
/* Written by Niels M
ö
ller <nisse@lysator.liu.se>
*
* This file is hereby placed in the public domain.
*/
...
...
argp/strndup.c
View file @
0c029ca0
...
...
@@ -2,7 +2,7 @@
*
*/
/* Written by Niels Mller <nisse@lysator.liu.se>
/* Written by Niels M
ö
ller <nisse@lysator.liu.se>
*
* This file is hereby placed in the public domain.
*/
...
...
contrib/lshd.debian.init
View file @
0c029ca0
...
...
@@ -6,7 +6,7 @@
# from the "upstream" source. A proper debian package would use
# somewhat different conventions.
#
# Written by Niels Mller
# Written by Niels M
ö
ller
PATH
=
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON
=
/usr/local/sbin/lshd
...
...
contrib/sftp-server.c
View file @
0c029ca0
/* -*- mode: c; c-style: bsd; c-basic-offset: 8 -*-
*
* Copyright (c) 2000 Markus Friedl, Niels M
l
ler. All rights reserved.
* Copyright (c) 2000 Markus Friedl, Niels M
öl
ler. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
...
...
contrib/solpkg.sh.in
View file @
0c029ca0
...
...
@@ -118,7 +118,7 @@ fi
if
[
"x
$COPYRIGHT
"
=
xyes
]
;
then
cat
-
>
copyright
<<
EOF
LSH - a GNU implementation of the Secure Shell protocols
written by Niels Mller. Solaris packaging by Pontus Skld.
written by Niels M
ö
ller. Solaris packaging by Pontus Sk
ö
ld.
COPYRIGHT
...
...
doc/NOTES
View file @
0c029ca0
...
...
@@ -319,15 +319,15 @@ The other functions can be found at
3605942 idag 07:59 /32 rader/ assar
Kommentar till text 3578895 av Niels M
ö
ller ()
Kommentar till text 3578895 av Niels M
öl
ler ()
Mottagare: C - (den) portabla(?) assemblern <7482>
Ä
rende: const
Är
ende: const
------------------------------------------------------------
tyv
ä
rr r
ä
cker inte det d
ä
r eftersom det finns kompilatorer som
ä
r
(eller har varit i ett tidigare liv) gcc men inte f
ö
rst
å
r
__attribute__ f
ö
r det.
tyv
är
r rä
ck
er inte det där
e
ftersom det finns kompilatorer som är
(eller har varit i ett tidigare liv) gcc men inte f
ör
stå
r
__attribute__ f
ör
det.
s
å då
r f
å
r man g
ö
ra:
s
å dår
får
m
an göra
:
dnl
dnl Test for __attribute__
...
...
doc/TASKLIST
View file @
0c029ca0
This file describes some mostly independent subprojects for lsh.
Before starting on any of them, please contact me (Niels M
ö
ller
Before starting on any of them, please contact me (Niels M
öl
ler
<nisse@lysator.liu.se); someone may already be working on it already,
and we need to coordinate.
...
...
doc/configuration.txt
View file @
0c029ca0
...
...
@@ -224,5 +224,5 @@ implemented this way, I don't know. But I suspect it would be easier
to integrate those features into something like scsh than into a more
traditional shell like bash.
/Niels M
ö
ller
/Niels M
öl
ler
doc/lsh.texinfo
View file @
0c029ca0
...
...
@@ -15,9 +15,9 @@
@set UPDATED-FOR 3.0
@c Latin-1 doesn't work with tex output.
@c Also look out for
é
characters.
@c Also look out for
é
characters.
@set AUTHOR Niels M
ö
ller
@set AUTHOR Niels M
öl
ler
@ifinfo
Manual for LSH. This manual corresponds to @command
{
lsh
}
version
@value
{
UPDATED-FOR
}
.
...
...
@@ -271,9 +271,9 @@ example by manipulating the @acronym{DNS}-system.
to trust the endpoint machines. It seems really difficult to uphold any
security if the local machine is compromised. This is important to keep
in mind in the ``visitor''-scenario, where you visit a friend or perhaps an
Internet caf
é
and want to connect to some of the machines at home or at
Internet caf
é
and want to connect to some of the machines at home or at
work. If the enemy has been able to compromize your friend's or the
caf
é
's equipment, you may well be in trouble.
caf
é'
s equipment, you may well be in trouble.
Protection from denial-of-service attacks is also a very difficult
problem, and @command
{
lsh
}
makes no attempt to protect you from that.
...
...
@@ -376,7 +376,7 @@ man-in-the-middle attacks.
@comment node-name, next, previous, up
@subsection @code
{
ssh-1.x
}
The first of the Secure shell programs was Tatu Yl
ö
nen's @command
{
ssh
}
.
The first of the Secure shell programs was Tatu Yl
ön
en's @command
{
ssh
}
.
The latest of the version 1 series is @code
{
ssh-1.33
}
which speaks
version 1.5 of the protocol. The ``free'' version of @code
{
ssh-1.33
}
does not allow commercial use without additional licensing, which makes
...
...
@@ -389,7 +389,7 @@ back, for security reasons.
There also exists free implementations of @code
{
ssh-1
}
, for both Unix
and Windows. @command
{
ossh
}
and later OpenSSH are derived from an earlier
free version av Tatu Yl
ö
nen's @command
{
ssh
}
, and are free software.
free version av Tatu Yl
ön
en's @command
{
ssh
}
, and are free software.
@node ssh2, tls, ssh1, Related techniques
@comment node-name, next, previous, up
...
...
doc/on99-slide.html
View file @
0c029ca0
...
...
@@ -4,7 +4,7 @@
</head>
<body>
<p
align=
right
>
Niels Mller 1999-05-01
<p>
<p
align=
right
>
Niels M
ö
ller 1999-05-01
<p>
<h3>
Piping with ssh
</h3>
...
...
Prev
1
2
3
4
5
…
21
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment