Добавлены параметры для Jino
Добавлен скрипт для применения настроек
This commit is contained in:
parent
11c5031c60
commit
8d444b9bd3
3
🍪/SSH/apply.sh
Executable file
3
🍪/SSH/apply.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
mv ./config $HOME/.ssh/config
|
20
🍪/SSH/main
20
🍪/SSH/main
@ -1,20 +1,20 @@
|
||||
Host *
|
||||
IdentitiesOnly=yes
|
||||
IdentitiesOnly=yes
|
||||
|
||||
# Raspbery Pi 3 B+
|
||||
Host rpi
|
||||
User user
|
||||
HostName 192.168.1.50
|
||||
ServerAliveInterval 59
|
||||
HostName 192.168.1.50
|
||||
User user
|
||||
ServerAliveInterval 59
|
||||
|
||||
# iiiypuk.me
|
||||
Host kvm5
|
||||
User alex
|
||||
HostName 92.63.105.65
|
||||
IdentityFile /home/user/.ssh/kvm5
|
||||
ServerAliveInterval 59
|
||||
HostName 92.63.105.65
|
||||
User alex
|
||||
IdentityFile /home/user/.ssh/kvm5
|
||||
ServerAliveInterval 59
|
||||
|
||||
# Gitea instance
|
||||
Host git.a2s.su
|
||||
User gitea
|
||||
IdentityFile /home/user/.ssh/gitea
|
||||
User gitea
|
||||
IdentityFile /home/user/.ssh/gitea
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user