URL: https://linuxfr.org/forums/linux-general/posts/commande-distante-avec-ssh Title: Commande distante avec ssh Authors: gremous Date: 2008年10月31日T17:21:21+01:00 Tags: Score: 0 Bonjour Je tombe sur un os avec ssh. # ssh utilisateur@machine bash -c "ls /" (rien) # ssh utilisateur@machine bash -c ";ls /" bin boot dev etc etc # ssh utilisateur@machine bash -c "echo 123" (ligne vide) # ssh utilisateur@machine bash -c "echo 123;echo 456" (ligne vide) 456 # ssh utilisateur@machine bash -c "echo 123;echo 456;echo 789" (ligne vide) 456 789 Vraiment je ne comprends pas.