Connect linux PC to linux PC

Andy Green andy at warmcat.com
Mon Apr 4 18:47:19 UTC 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

jim lawrence wrote:

| I don't have KDE on either PC  (broke all the time)
| Still use fish ?

No, fish is a KDE enhancement for ssh, no KDE --> no fish.

Instead use scp as I outlined in the first part of my mail.

You need to have installed the package


openssh-server

on the guy you are going to remotely connect to, and you need to make
sure that service is running by doing

chkconfig sshd on
service sshd start

The first line there makes sure it starts automatically on subsequent
boots, the second line starts it now.


On the guy doing the connecting, you need the package

openssh

which gets you the scp command (and ssh).


- -Andy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFCUYu3jKeDCxMJCTIRAmmQAJsGKX5+hYogJ3qt2DAshurJWG86UACghCmX
azjJTz1DTnsHXxPAlTQb0Jk=
=mZSy
-----END PGP SIGNATURE-----




More information about the fedora-list mailing list