Create README.md
This commit is contained in:
parent
e25b133483
commit
0f574f02c0
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# shell-scripte
|
||||
Nützliche shell-scripte
|
||||
|
||||
ssh tunnel vom server oder zum server
|
||||
einrichten mit:
|
||||
|
||||
ssh-keygen -t rsa -b 4096
|
||||
|
||||
ssh-copy-id -i ~/.ssh/id_rsa.pub user@server
|
||||
|
||||
oder
|
||||
|
||||
cat id_rsa.pub | ssh server 'cat>> ~/.ssh/authorized_keys'
|
Loading…
Reference in a new issue