Add HPC to SSH hosts
This commit is contained in:
parent
e15b4d74ac
commit
67268de48d
|
@ -9,3 +9,4 @@ deluge/.config/deluge/*.state
|
||||||
deluge/.config/deluge/icons/
|
deluge/.config/deluge/icons/
|
||||||
gpg/.gnupg/**
|
gpg/.gnupg/**
|
||||||
!gpg/.gnupg/gpg-agent.conf
|
!gpg/.gnupg/gpg-agent.conf
|
||||||
|
ssh/.ssh/known_hosts
|
||||||
|
|
|
@ -38,3 +38,9 @@ host aegis
|
||||||
host eu.nixbuild.net
|
host eu.nixbuild.net
|
||||||
pubkeyacceptedkeytypes ssh-ed25519
|
pubkeyacceptedkeytypes ssh-ed25519
|
||||||
identityfile ~/.ssh/nixbuild
|
identityfile ~/.ssh/nixbuild
|
||||||
|
|
||||||
|
host hpc
|
||||||
|
user vsc44348
|
||||||
|
hostname login.hpc.ugent.be
|
||||||
|
port 22
|
||||||
|
identityfile ~/.ssh/id_ed25519
|
||||||
|
|
Loading…
Reference in New Issue