DV-Zeuthen

| Computer Center

SSH client

Remote Login

Computer Center

Remote Login

1. Connection with your local SSH Client
2. Web based client

To get access to the DESY Zeuthen network from outside you have to connect via SSH.
You could use your local ssh client or if you don't have one use the Web based client (see below).

1. Connection with your local SSH Client

The SSH is available from outside to DESY Zeuthen machines on the following public login hosts:

warp.zeuthen.desy.de
you will be automatically forwarded to your group's working group server
transfer.zeuthen.desy.de
intended for i/o intensive data transfers


For security reasons SSH key-based authentication is not allowed for remote sessions from the Internet.

Login hosts offer two types of host identification keys: RSA & ED25519. Please find here the current fingerprints:

SSH host identification keys
Login Host
RSA fingerprint
ED25519 fingerprint
warp
SHA256:RjDZPxRaiQWYpCyRXtgLnGJ3EvtVXxsLQp3KDQThYrg
SHA256:BTPJkG4EUbZep9zRs+E+lsXTe1oIlVhmEDgCdxjoFmo
transfer
SHA256:9Z98lsG4FB8ehyFBa+1XD/2Nc9uljdHkoLMmEPTTtDg
SHA256:zfBtnTrLamF5w58V8twyX3UzmvWLBzfQ4mXvrU9Xiv4


Access to DESY Hamburg hosts from outside is possible using bastion.desy.de

Some examples how to use ssh/scp:

ssh machine.zeuthen.desy.de
ssh machine.zeuthen.desy.de -l account
ssh account@machine.zeuthen.desy.de
scp * account@machine.zeuthen.desy.de:
scp account@machine.zeuthen.desy.de:'*' .
scp -r account@machine.zeuthen.desy.de:project .

2. Web based client

Only for the case that you don't have a chance to use a local client we offer this service. Be aware that the terminal emulation is limited, so special character support, esc sequences and menu driven software may not work as expected. The link will open a new browser window.

New URL

https://bastion.desy.de/ssh/
Top