Outils pour utilisateurs

Outils du site


tech:notes_rsh_rcp

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:notes_rsh_rcp [2026/01/22 15:03] Jean-Baptistetech:notes_rsh_rcp [2026/01/22 19:51] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 <!DOCTYPE markdown> <!DOCTYPE markdown>
-{{tag>Brouillon ssh}}+{{tag>ssh xinetd inetd}}
  
 # Notes rsh rcp # Notes rsh rcp
Ligne 7: Ligne 7:
 * http://jlbicquelet.free.fr/aix/configuration/rsh.php * http://jlbicquelet.free.fr/aix/configuration/rsh.php
 * https://www.verylazytech.com/network-pentesting/rsh-port-514 * https://www.verylazytech.com/network-pentesting/rsh-port-514
 +* https://www.veritas.com/support/en_US/doc/79728803-79728850-0/v9345697-79728850
  
 Voir aussi : Voir aussi :
Ligne 74: Ligne 75:
 somehost username somehost username
  
-* exchangeuser 
 ~~~ ~~~
  
Ligne 121: Ligne 121:
 ~~~bash ~~~bash
 rsh otherhost cat remotefile ">>" other_remotefile rsh otherhost cat remotefile ">>" other_remotefile
 +~~~
 +
 +## Cas 1
 +
 +
 +Sur le client - NOK
 +~~~
 +test@rsh-cli:~$ rcp TEST4 user1@rsh-srv:/home/user1/
 +Permission denied.
 +~~~
 +
 +Sur le serveur
 +~~~bash
 +echo "rsh-cli test" >> /home/user1/.rhosts
 +~~~
 +
 +Sur le client - OK
 +~~~
 +test@rsh-cli:~$ rcp TEST4 user1@rsh-srv:/home/user1/
 ~~~ ~~~
  
Ligne 153: Ligne 172:
 user1      3072724 3072597  0 11:02 pts/4    00:00:00 -ksh user1      3072724 3072597  0 11:02 pts/4    00:00:00 -ksh
 ~~~ ~~~
 +
 +Bizarre, je ne vois pas le process 'sleep' que j'ai lancé et qui tourne toujours. Même avec plusieurs essais. 
 +Le dernier processus '-ksh' n'a pas d'enfant.  
  
 ~~~ ~~~
tech/notes_rsh_rcp.1769090584.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki