fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:remote_access: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
linux:remote_access:openssh [2026/03/12 20:37] – [Regenerate Host Keys] gsyslinux:remote_access:openssh [2026/04/07 23:00] (current) – [Agent] gsys
Line 10: Line 10:
 | ~/.ssh/authorized_keys  | 600      | -rw------- | | ~/.ssh/authorized_keys  | 600      | -rw------- |
 | ~/.ssh/config           | 600      | -rw------- | | ~/.ssh/config           | 600      | -rw------- |
 +| ~/                      | 700      | drwx------ |
 </code> </code>
 ===== Harden SSH Access ====== ===== Harden SSH Access ======
Line 50: Line 51:
  
 2. Delete old Public Keys from clients known_hosts files 2. Delete old Public Keys from clients known_hosts files
 +
 +===== Agent =====
 +<code>
 +eval "$(ssh-agent -s)"
 +ssh-add -l
 +ssh-add --apple-use-keychain .ssh/id_rsa    # macos
 +</code>
linux/remote_access/openssh.1773344249.txt.gz · Last modified: by gsys