Ich möchte nun mit SCP bzw. SCP2 Dateien zwischen den Rechnern
kopieren. Ich denke das beste wäre auf der Suse-Box SSH2 zu
installieren.
niehaus@corrosive:~\> cat /etc/SuSE-release
SuSE Linux 8.0 (i386)
VERSION = 8.0
niehaus@corrosive:~\> ssh -v localhost
OpenSSH\_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f
debug1: Reading configuration data /etc/ssh/ssh\_config
debug1: Applying options for \*
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh\_connect: needpriv 0
debug1: Connecting to localhost [::1] port 22.
debug1: Connection established.
debug1: identity file /home/niehaus/.ssh/identity type -1
debug1: identity file /home/niehaus/.ssh/id\_rsa type -1
debug1: identity file /home/niehaus/.ssh/id\_dsa type 2
debug1: **Remote protocol version 1.99** , remote software version OpenSSH\_3.4p1
debug1: match: **OpenSSH\_3.4p1 pat OpenSSH** \*
**Enabling compatibility mode for protocol 2.0**
debug1: Local version string SSH-2.0-OpenSSH\_3.4p1
debug1: SSH2\_MSG\_KEXINIT sent
debug1: SSH2\_MSG\_KEXINIT received
debug1: kex: server-\>client aes128-cbc hmac-md5 none
debug1: kex: client-\>server aes128-cbc hmac-md5 none
Was meinst Du genau?
Sebastian