====== ssh config ====== Host * User blenkers IdentityFile /home/marcel/.ssh/id_rsa PubkeyAcceptedKeyTypes +ssh-rsa #HostKeyAlgorithms +ssh-dss HostKeyAlgorithms +ssh-rsa,ssh-dss KexAlgorithms +diffie-hellman-group1-sha1 Host jitsi HostName jitsi.net-addicts.de User root Port 22898 IdentityFile /home/marcel/.ssh/id_rsa Host netback HostName backup.net-addicts.de User root Port 22898 IdentityFile /home/marcel/.ssh/id_rsa Host mail HostName mail.net-addicts.de User root Port 22898 IdentityFile /home/marcel/.ssh/id_rsa Host web HostName web.net-addicts.de User root Port 22898 IdentityFile /home/marcel/.ssh/id_rsa Host telemetrie HostName telemetrie.net-addicts.de User root Port 22898 IdentityFile /home/marcel/.ssh/id_rsa Host ns01 HostName ns01.net-addicts.de User root Port 22898 IdentityFile /home/marcel/.ssh/id_rsa Host ns02 HostName ns02.net-addicts.de User root Port 22898 IdentityFile /home/marcel/.ssh/id_rsa Host graefenhain HostName graefenhain.eu User root Port 22898 IdentityFile /home/marcel/.ssh/id_rsa Host graefenhainmx HostName mx.graefenhain.eu User root Port 22898 IdentityFile /home/marcel/.ssh/id_rsa Host nettradio HostName stream.nettradio-gl.de User root Port 22898 IdentityFile /home/marcel/.ssh/id_rsa Host pbx HostName pbx.hotsplots.bln User blenkers IdentityFile /home/marcel/.ssh/id_rsa Host mxb HostName mxb.hotsplots.de User blenkers IdentityFile /home/marcel/.ssh/id_rsa Host extint HostName intern.hotsplots.de User blenkers IdentityFile /home/marcel/.ssh/id_rsa Host juniper HostName 185.46.137.47 User root IdentityFile /home/marcel/.ssh/id_rsa Host services HostName 192.168.2.77 User blenkers IdentityFile /home/marcel/.ssh/id_rsa Host sven-vm-ber HostName 185.46.137.31 User blenkers IdentityFile /home/marcel/.ssh/id_rsa Host gw HostName 192.168.2.1 User root IdentityFile /home/marcel/.ssh/id_rsa Host * User blenkers IdentityFile /home/marcel/.ssh/id_rsa PubkeyAcceptedKeyTypes +ssh-rsa #HostKeyAlgorithms +ssh-dss HostKeyAlgorithms +ssh-rsa,ssh-dss KexAlgorithms +diffie-hellman-group1-sha1 {{tag>linux unix}}