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

Добавлен скрипт для применения настроек
This commit is contained in:
2025-02-11 00:31:38 +03:00
parent 11c5031c60
commit 8d444b9bd3
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

@@ -3,14 +3,14 @@ Host *
# Raspbery Pi 3 B+ # Raspbery Pi 3 B+
Host rpi Host rpi
User user
HostName 192.168.1.50 HostName 192.168.1.50
User user
ServerAliveInterval 59 ServerAliveInterval 59
# iiiypuk.me # iiiypuk.me
Host kvm5 Host kvm5
User alex
HostName 92.63.105.65 HostName 92.63.105.65
User alex
IdentityFile /home/user/.ssh/kvm5 IdentityFile /home/user/.ssh/kvm5
ServerAliveInterval 59 ServerAliveInterval 59

Binary file not shown.