This commit is contained in:
2023-12-10 00:19:14 +13:00
parent 778bbd8b4f
commit a06a07ddbe
9 changed files with 100 additions and 6 deletions

36
config Normal file
View File

@ -0,0 +1,36 @@
Host mail
Hostname sftp-source.mail.svc.cluster.internal
IdentityFile /home/user/.ssh/id_ed25519
User user
HostKeyAlgorithms=+ssh-ed25519
Host cloud
Hostname sftp-source.cloud.svc.cluster.internal
IdentityFile /home/user/.ssh/id_ed25519
User user
HostKeyAlgorithms=+ssh-ed25519
Host code
Hostname sftp-source.code.svc.cluster.internal
IdentityFile /home/user/.ssh/id_ed25519
User user
HostKeyAlgorithms=+ssh-ed25519
Host social
Hostname sftp-source.social.svc.cluster.internal
IdentityFile /home/user/.ssh/id_ed25519
User user
HostKeyAlgorithms=+ssh-ed25519
Host matrix
Hostname sftp-source.matrix.svc.cluster.internal
IdentityFile /home/user/.ssh/id_ed25519
User user
HostKeyAlgorithms=+ssh-ed25519
Host files
Hostname sftp-source.files.svc.cluster.internal
IdentityFile /home/user/.ssh/id_ed25519
User user
HostKeyAlgorithms=+ssh-ed25519