fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


microsoft:allgemeines:openssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
microsoft:allgemeines:openssh [2023/03/22 03:58] – [SSH-Agent aktivieren] adminmicrosoft:allgemeines:openssh [2024/02/17 19:03] (current) – external edit 127.0.0.1
Line 5: Line 5:
 ===== SSH-Verbindung herstellen ===== ===== SSH-Verbindung herstellen =====
  
-<code>+<code batch>
 ssh user@example.com ssh user@example.com
  
Line 12: Line 12:
 ===== Key Pair erstellen ===== ===== Key Pair erstellen =====
  
-<code>+<code batch>
 ssh-keygen -t rsa -b 4096 -C "email@example.com" ssh-keygen -t rsa -b 4096 -C "email@example.com"
 </code> </code>
Line 24: Line 24:
 Start-Service -Name ssh-agent Start-Service -Name ssh-agent
 ssh-add .\private.key ssh-add .\private.key
 +ssh-add -l
 </code> </code>
  
Line 29: Line 30:
  
 ''ssh'' ''ssh''
-<code>+<code batch >
 usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
            [-b bind_address] [-c cipher_spec] [-D [bind_address:]port]            [-b bind_address] [-c cipher_spec] [-D [bind_address:]port]
Line 40: Line 41:
  
 ''ssh-keygen'' ''ssh-keygen''
-<code>+<code batch>
 usage: ssh-keygen [-q] [-b bits] [-C comment] [-f output_keyfile] [-m format] usage: ssh-keygen [-q] [-b bits] [-C comment] [-f output_keyfile] [-m format]
                   [-N new_passphrase] [-t dsa | ecdsa | ed25519 | rsa]                   [-N new_passphrase] [-t dsa | ecdsa | ed25519 | rsa]
Line 74: Line 75:
  
 ''ssh-add'' ''ssh-add''
-<code>+<code batch>
 usage: ssh-add [options] [file ...] usage: ssh-add [options] [file ...]
 Options: Options:
microsoft/allgemeines/openssh.1679453883.txt.gz · Last modified: 2024/02/17 19:03 (external edit)