working
This commit is contained in:
36
config
Normal file
36
config
Normal 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
|
||||
|
Reference in New Issue
Block a user