SSH, the secure shell: the definitive guide
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2001
|
Ausgabe: | 1. ed. |
Schriftenreihe: | Network security
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XV, 540 S. Ill., graph. Darst. |
ISBN: | 0596000111 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV013638904 | ||
003 | DE-604 | ||
005 | 20051102 | ||
007 | t | ||
008 | 010319s2001 ad|| |||| 00||| eng d | ||
020 | |a 0596000111 |9 0-596-00011-1 | ||
035 | |a (OCoLC)248225247 | ||
035 | |a (DE-599)BVBBV013638904 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-739 |a DE-703 |a DE-29T |a DE-355 |a DE-91 |a DE-91G |a DE-706 |a DE-634 |a DE-11 |a DE-525 |a DE-188 |a DE-2174 | ||
050 | 0 | |a QA76.76.O63 | |
082 | 0 | |a 005.8 | |
084 | |a ST 200 |0 (DE-625)143611: |2 rvk | ||
084 | |a ST 206 |0 (DE-625)143614: |2 rvk | ||
084 | |a ST 277 |0 (DE-625)143643: |2 rvk | ||
084 | |a DAT 252f |2 stub | ||
084 | |a DAT 461f |2 stub | ||
084 | |a DAT 465f |2 stub | ||
100 | 1 | |a Barrett, Daniel J. |e Verfasser |0 (DE-588)114568847 |4 aut | |
245 | 1 | 0 | |a SSH, the secure shell |b the definitive guide |c Daniel J. Barrett ; Richard E. Silverman |
250 | |a 1. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2001 | |
300 | |a XV, 540 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Network security | |
630 | 0 | 4 | |a UNIX shell (Computer program) |
650 | 4 | |a SSH | |
650 | 4 | |a Computer networks |x Security measures | |
650 | 4 | |a Data encryption (Computer science) | |
650 | 0 | 7 | |a Datensicherung |0 (DE-588)4011144-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a SSH |0 (DE-588)4628726-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Rechnernetz |0 (DE-588)4070085-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Rechnernetz |0 (DE-588)4070085-9 |D s |
689 | 0 | 1 | |a Datensicherung |0 (DE-588)4011144-1 |D s |
689 | 0 | 2 | |a SSH |0 (DE-588)4628726-7 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a SSH |0 (DE-588)4628726-7 |D s |
689 | 1 | |5 DE-604 | |
700 | 1 | |a Silverman, Richard E. |e Verfasser |4 aut | |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009319115&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-009319115 |
Datensatz im Suchindex
_version_ | 1804128449174962176 |
---|---|
adam_text | SSH, THE SECURE SHELL THE DEFINITIVE GUIDE DANIEL J. BARRETT AND RICHARD
E. SILVERMAN O REILLY 4 BEIJING * CAMBRIDGE * FARNHAM * KOELN * PARIS *
SEBASTOPOL * TAIPEI * TOKYO TABLE OF CONTENTS PREFACE IX 1. INTRODUCTION
TO SSH / 1.1. WHAT IS SSH? 2 1.2. WHAT SSH IS NOT 2 1.3. THE SSH
PROTOCOL 4 1.4. OVERVIEW OF SSH FEATURES 5 1.5. HISTORY OF SSH 10 1.6.
RELATED TECHNOLOGIES 12 1.7. SUMMARY 18 2. BASIC CLIENT USE 19 2.1. A
RUNNING EXAMPLE 19 2.2. REMOTE TERMINAL SESSIONS WITH SSH 20 2.3. ADDING
COMPLEXITY TO THE EXAMPLE 22 2.4. AUTHENTICATION BY CRYPTOGRAPHIC KEY 26
2.5. THE SSH AGENT 32 2.6. CONNECTING WITHOUT A PASSWORD OR PASSPHRASE
37 2.7. MISCELLANEOUS CLIENTS 38 2.8. SUMMARY 40 3 INSIDE SSH 41 3.1.
OVERVIEW OF FEATURES 42 3.2. A CRYPTOGRAPHY PRIMER 45 3.3. THE
ARCHITECTURE OF AN SSH SYSTEM 49 3.4. INSIDE SSH-1 52 V VI_ TABLE
OFCONTENTS 3.5. INSIDE SSH-2 72 3.6. AS-USER ACCESS (USERFILE) 85 3.7.
RANDOMNESS 86 3.8. SSH AND FILE TRANSFERS (SCP AND SFTP) 88 3-9.
ALGORITHMS USED BY SSH 91 3.10. THREATS SSH CAN COUNTER 100 3.11.
THREATS SSH DOESN T PREVENT 103 3.12. SUMMARY 107 4. INSTALLATION AND
COMPILE-TIME CONFIGURATION 108 4.1. SSH1 AND SSH2 108 4.2. F-SECURE SSH
SERVER 129 4.3. OPENSSH ISO 4.4. SOFTWARE INVENTORY 134 4.5. REPLACING
R-COMMANDS WITH SSH 135 4.6. SUMMARY 138 5. SERVERWIDE CONFIGURATION 139
5.1. THE NAME OF THE SERVER 140 5.2. RUNNING THE SERVER 141 5.3- SERVER
CONFIGURATION: AN OVERVIEW 143 5.4. GETTING READY: INITIAL SETUP 148
5.5. LETTING PEOPLE IN: AUTHENTICATION AND ACCESS CONTROL 166 5.6. USER
LOGINS AND ACCOUNTS 187 5.7. SUBSYSTEMS 190 5.8. HISTORY, LOGGING, AND
DEBUGGING 192 5.9. COMPATIBILITY BETWEEN SSH-1 AND SSH-2 SERVERS 201
5.10. SUMMARY 203 6. KEY MANAGEMENT AND AGENTS 204 6.1. WHAT IS AN
IDENTITY? 205 6.2. CREATING AN IDENTITY 209 6.3. SSH AGENTS 216 6.4.
MULTIPLE IDENTITIES 235 6.5. SUMMARY 238 7. ADVANCED CLIENT USE 240 7.1.
HOW TO CONFIGURE CLIENTS . 240 7.2. PRECEDENCE 250 7.3. INTRODUCTION TO
VERBOSE MODE 251 TABLE OF CONTENTS VU 7.4. CLIENT CONFIGURATION IN DEPTH
252 7.5. SECURE COPY WITH SCP 284 7.6. SUMMARY 292 8. PER-ACCOUNT SERVER
CONFIGURATION 293 8.1. LIMITS OF THIS TECHNIQUE 294 8.2. PUBLIC
KEY-BASED CONFIGURATION 295 8.3. TRUSTED-HOST ACCESS CONTROL 313 8.4.
THE USER RC FILE 315 8.5. SUMMARY 315 9. PORT FORWARDING AND X
FORWARDING 316 9.1. WHAT IS FORWARDING? 317 9.2. PORT FORWARDING 318
9.3. X FORWARDING 340 9.4. FORWARDING SECURITY: TCP-WRAPPERS AND LIBWRAP
353 9.5. SUMMARY 359 10. A RECOMMENDED SETUP 360 10.1. THE BASICS 360
10.2. COMPILE-TIME CONFIGURATION 361 10.3. SERVERWIDE CONFIGURATION 362
10.4. PER-ACCOUNT CONFIGURATION 366 10.5. KEY MANAGEMENT 367 10:6.
CLIENT CONFIGURATION ...: 367 10.7. REMOTE HOME DIRECTORIES (NFS, AFS)
368 10.8. SUMMARY 371 11. CASE STUDIES 372 11.1. UNATTENDED SSH: BATCH
OR CRON JOBS 372 11.2. FTP FORWARDING 379 11.3. PINE, IMAP, AND SSH 400
IIA. KERBEROS AND SSH 408 11.5. CONNECTING THROUGH A GATEWAYHOST 428 12.
TROUBLESHOOTING AND FAQ 437 12.1. DEBUG MESSAGES: YOUR FIRST LINE OF
DEFENSE 437 12.2. PROBLEMS AND SOLUTIONS 440 12.3. .OTHER SSH RESOURCES
459 12.4. REPORTING BUGS 460 VIII TABLE OF CONTENTS 13- OVERVIEW OF
OTHER IMPLEMENTATIONS .... 461 13.1. COMMON FEATURES 461 13.2. COVERED
PRODUCTS 462 13-3. TABLE OF PRODUCTS 462 13.4. OTHER SSH-RELATED
PRODUCTS 470 14. SSHL PORT BY SERGEY OKHAPKIN (WINDOWS) 471 14.1.
OBTAINING AND INSTALLING CLIENTS 471 14.2. CLIENT USE 475 14.3.
OBTAINING AND INSTALLING THE SERVER 476 14.4. TROUBLESHOOTING 478 14.5.
SUMMARY 479 15. SECURECRT (WINDOWS) 480 15.1. OBTAINING AND INSTALLING
480 15.2. BASIC CLIENT USE 481 15.3. KEY MANAGEMENT 482 15.4. ADVANCED
CLIENT USE 483 15.5. FORWARDING 484 15.6. TROUBLESHOOTING : 486 15.7.
SUMMARY 487 16. F-SECURE SSH CLIENT (WINDOWS, MACINTOSH) 488 16.1.
OBTAINING AND INSTALLING 488 16.2. BASIC CLIENT USE 489 16.3. KEY
MANAGEMENT 490 16.4. ADVANCED CLIENT USE 491 16.5. FORWARDING 493 16.6.
TROUBLESHOOTING 495 16.7. SUMMARY 497 17. NIFLYTELNET SSH (MACINTOSH)
498 17.1. OBTAINING AND INSTALLING 498 17.2. BASIC CLIENT USE 499 17.3.
TROUBLESHOOTING 501 17.4. SUMMARY 502 A. SSH2 MANPAGE FOR SSHREGEX 503
B. SSH QUICK REFERENCE 506 INDEX 521
|
any_adam_object | 1 |
author | Barrett, Daniel J. Silverman, Richard E. |
author_GND | (DE-588)114568847 |
author_facet | Barrett, Daniel J. Silverman, Richard E. |
author_role | aut aut |
author_sort | Barrett, Daniel J. |
author_variant | d j b dj djb r e s re res |
building | Verbundindex |
bvnumber | BV013638904 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.O63 |
callnumber-search | QA76.76.O63 |
callnumber-sort | QA 276.76 O63 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 200 ST 206 ST 277 |
classification_tum | DAT 252f DAT 461f DAT 465f |
ctrlnum | (OCoLC)248225247 (DE-599)BVBBV013638904 |
dewey-full | 005.8 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.8 |
dewey-search | 005.8 |
dewey-sort | 15.8 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02072nam a2200553 c 4500</leader><controlfield tag="001">BV013638904</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20051102 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">010319s2001 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0596000111</subfield><subfield code="9">0-596-00011-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)248225247</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV013638904</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-525</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-2174</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.76.O63</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.8</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 200</subfield><subfield code="0">(DE-625)143611:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 206</subfield><subfield code="0">(DE-625)143614:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 277</subfield><subfield code="0">(DE-625)143643:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 252f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 461f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 465f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Barrett, Daniel J.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)114568847</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">SSH, the secure shell</subfield><subfield code="b">the definitive guide</subfield><subfield code="c">Daniel J. Barrett ; Richard E. Silverman</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2001</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XV, 540 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Network security</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">UNIX shell (Computer program)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">SSH</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer networks</subfield><subfield code="x">Security measures</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Data encryption (Computer science)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datensicherung</subfield><subfield code="0">(DE-588)4011144-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">SSH</subfield><subfield code="0">(DE-588)4628726-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Rechnernetz</subfield><subfield code="0">(DE-588)4070085-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Rechnernetz</subfield><subfield code="0">(DE-588)4070085-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Datensicherung</subfield><subfield code="0">(DE-588)4011144-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">SSH</subfield><subfield code="0">(DE-588)4628726-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">SSH</subfield><subfield code="0">(DE-588)4628726-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Silverman, Richard E.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009319115&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-009319115</subfield></datafield></record></collection> |
id | DE-604.BV013638904 |
illustrated | Illustrated |
indexdate | 2024-07-09T18:49:25Z |
institution | BVB |
isbn | 0596000111 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-009319115 |
oclc_num | 248225247 |
open_access_boolean | |
owner | DE-739 DE-703 DE-29T DE-355 DE-BY-UBR DE-91 DE-BY-TUM DE-91G DE-BY-TUM DE-706 DE-634 DE-11 DE-525 DE-188 DE-2174 |
owner_facet | DE-739 DE-703 DE-29T DE-355 DE-BY-UBR DE-91 DE-BY-TUM DE-91G DE-BY-TUM DE-706 DE-634 DE-11 DE-525 DE-188 DE-2174 |
physical | XV, 540 S. Ill., graph. Darst. |
publishDate | 2001 |
publishDateSearch | 2001 |
publishDateSort | 2001 |
publisher | O'Reilly |
record_format | marc |
series2 | Network security |
spelling | Barrett, Daniel J. Verfasser (DE-588)114568847 aut SSH, the secure shell the definitive guide Daniel J. Barrett ; Richard E. Silverman 1. ed. Beijing [u.a.] O'Reilly 2001 XV, 540 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Network security UNIX shell (Computer program) SSH Computer networks Security measures Data encryption (Computer science) Datensicherung (DE-588)4011144-1 gnd rswk-swf SSH (DE-588)4628726-7 gnd rswk-swf Rechnernetz (DE-588)4070085-9 gnd rswk-swf Rechnernetz (DE-588)4070085-9 s Datensicherung (DE-588)4011144-1 s SSH (DE-588)4628726-7 s DE-604 Silverman, Richard E. Verfasser aut GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009319115&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Barrett, Daniel J. Silverman, Richard E. SSH, the secure shell the definitive guide UNIX shell (Computer program) SSH Computer networks Security measures Data encryption (Computer science) Datensicherung (DE-588)4011144-1 gnd SSH (DE-588)4628726-7 gnd Rechnernetz (DE-588)4070085-9 gnd |
subject_GND | (DE-588)4011144-1 (DE-588)4628726-7 (DE-588)4070085-9 |
title | SSH, the secure shell the definitive guide |
title_auth | SSH, the secure shell the definitive guide |
title_exact_search | SSH, the secure shell the definitive guide |
title_full | SSH, the secure shell the definitive guide Daniel J. Barrett ; Richard E. Silverman |
title_fullStr | SSH, the secure shell the definitive guide Daniel J. Barrett ; Richard E. Silverman |
title_full_unstemmed | SSH, the secure shell the definitive guide Daniel J. Barrett ; Richard E. Silverman |
title_short | SSH, the secure shell |
title_sort | ssh the secure shell the definitive guide |
title_sub | the definitive guide |
topic | UNIX shell (Computer program) SSH Computer networks Security measures Data encryption (Computer science) Datensicherung (DE-588)4011144-1 gnd SSH (DE-588)4628726-7 gnd Rechnernetz (DE-588)4070085-9 gnd |
topic_facet | UNIX shell (Computer program) SSH Computer networks Security measures Data encryption (Computer science) Datensicherung Rechnernetz |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009319115&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT barrettdanielj sshthesecureshellthedefinitiveguide AT silvermanricharde sshthesecureshellthedefinitiveguide |