Добавлены параметры для Jino

Добавлен скрипт для применения настроек
This commit is contained in:
Alexander Popov 2025-02-11 00:31:38 +03:00
parent 11c5031c60
commit 8d444b9bd3
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
4 changed files with 13 additions and 10 deletions

3
🍪/SSH/apply.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
mv ./config $HOME/.ssh/config

View File

@ -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.