Pues bien, esto es algo rapido, para conectarnos a un servidor via ssh (Reemplazo de Telnet, ya que Telnet usa texto plano y es inseguro), hacemos lo siguiente en la consola:
pato@A17:~$ ssh arkoldthos@arkold.ath.cx
The authenticity of host ‘arkold.ath.cx (189.129.47.222)’ can’t be established.
RSA key fingerprint is e0:0c:6e:17:92:fe:ef:cb:ff:24:73:84:e5:19:1f:aa.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘arkold.ath.cx,189.129.47.222′ (RSA) to the list of known hosts.
arkoldthos@arkold.ath.cx’s password:
Linux arkpc 2.6.18-4-k7 #1 SMP Mon Mar 26 17:57:15 UTC 2007 i686The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
You have new mail.
Last login: Fri May 18 14:45:57 2007arkoldthos@arkpc:~$ ps -e | grep amule
15006 ? 00:16:06 amule
arkoldthos@arkpc:~$ exit
Alli uso mi consola, como si estubiera localmente, y lo cerre con exit, un reeplazo a el FTP (Ya que tambien usa de texto plano) es el scp, y podria mover cosas del siguiente modo:
pato@A17:~$ scp arkoldthos@arkold.ath.cx:/hd2/home/arkoldthos/cipfried.npc .
arkoldthos@arkold.ath.cx’s password:
cipfried.npc 100% 3732 1.8KB/s 00:02
Alli, ya se movio aquel archivo del otro ordenador a el destino que especifique (.) que es la carpeta donde estoy.
