fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:ssh

Table of Contents

SSH und SCP

SSH

Befehl dwh Funktion dwh
ssh root@[xxx.xxx.xxx.xxx] anmelden als root bei xxx.xxx.xxx.xxx
ssh-keygen
ssh-keygen –t rsa erstellt keys
ssh-keygen –t rsa –b 2048 erstellt keys mit 2048 bit
cat .ssh/id_rsa.pub » authorized_keys erstellt authorized_key datei

SCP

scp authorized_keys root@xxx.xxx.xxx.xxx: schickt authorized_keys an root der IP
scp [quelle] [benutzer]@[zielip]: dwh kopiert datei an benutzer der ziel IP dwh
scp [quelle] [benutzer]@[zielip]:[absoluterZielpfad] datei an benutzer der ziel IP
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
linux/ssh.txt · Last modified: 2024/02/17 19:03 by 127.0.0.1