diff --git a/config b/config index e626eab..9b8974c 100644 --- a/config +++ b/config @@ -33,4 +33,10 @@ Host files IdentityFile /home/user/.ssh/id_ed25519 User user HostKeyAlgorithms=+ssh-ed25519 - \ No newline at end of file + +Host media + Hostname sftp-source.media.svc.cluster.internal + IdentityFile /home/user/.ssh/id_ed25519 + User user + HostKeyAlgorithms=+ssh-ed25519 + diff --git a/known_hosts b/known_hosts index a2bec95..8b1efed 100644 --- a/known_hosts +++ b/known_hosts @@ -3,4 +3,5 @@ sftp-source.code.svc.cluster.internal ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJeHmP sftp-source.matrix.svc.cluster.internal ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJeHmPhpE7HyF+v6hmnLJrbu4Z+BLxl6d2k98NbRI30h sftp-source.social.svc.cluster.internal ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJeHmPhpE7HyF+v6hmnLJrbu4Z+BLxl6d2k98NbRI30h sftp-source.files.svc.cluster.internal ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJeHmPhpE7HyF+v6hmnLJrbu4Z+BLxl6d2k98NbRI30h -sftp-source.mail.svc.cluster.internal ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJeHmPhpE7HyF+v6hmnLJrbu4Z+BLxl6d2k98NbRI30h \ No newline at end of file +sftp-source.mail.svc.cluster.internal ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJeHmPhpE7HyF+v6hmnLJrbu4Z+BLxl6d2k98NbRI30h +sftp-source.media.svc.cluster.internal ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJeHmPhpE7HyF+v6hmnLJrbu4Z+BLxl6d2k98NbRI30h \ No newline at end of file