Access to the old Acc6 System
This site describes, how to access the old Acc6 System, for maintenance purposes or in order to run old applications remotely.
Please follow the steps described below.
Steps how to access Acc6
SSH configuration for allowing access to Acc6 (done once on the new Acc9 cluster)
SSH config
In the .ssh/config file, we have to add the following section. If the file does not exist yet, we create it:
gedit ~/.ssh/config
add the following content:
Host asl335.acc.gsi.de
KexAlgorithms +diffie-hellman-group14-sha1
MACs +hmac-sha1
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
Afterwards, save and close gedit.
SSL config
Then we have to create a new openssl config file, we call it my-openssl.cnf
gedit ~/.ssh/my-openssl.cnf
with the following content:
.include /etc/ssl/openssl.cnf
[openssl_init]
alg_section = evp_properties
[evp_properties]
rh-allow-sha1-signatures = yes
Afterwards, save and close gedit.
--
JuttaFitzek - 27 Mar 2023