ist es möglich ein login in einem shellscript zurealisieren.
z.b. soll peer script das in cron liegt, ein login peer wget erfolgen, hat jemand ein beispiel zur hand, wie ich es realisieren kann, das das script automatisch username und pw übergibt?
login peer shellscript
- blackm
- Moderator und Co-Admin
- Beiträge: 5921
- Registriert: 02.06.2002 15:03:17
- Lizenz eigener Beiträge: MIT Lizenz
Hoert sich wie ein login an einem http Server an wenn du von wget redest. Fuer Usernamen und Passwort hat wget passende Optionen.
by, Martin
by, Martin
Schöne Grüße
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
Martin
Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden
Hi,
wenn das ganze interactiv erfolgen soll/muss (so wie bei ssh), kann'st du das ganze mit expect automatisieren. Auf dem Debian Server steht u. a. folgendes:
A program that "talks" to other programs.
Expect is a program that "talks" to other interactive programs according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. An interpreted language provides branching and high- level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script.
Nachtrag, folgenden Link finde ich recht interessant:
http://www.clug.de/vortraege/expect/expect.html
wenn das ganze interactiv erfolgen soll/muss (so wie bei ssh), kann'st du das ganze mit expect automatisieren. Auf dem Debian Server steht u. a. folgendes:
A program that "talks" to other programs.
Expect is a program that "talks" to other interactive programs according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. An interpreted language provides branching and high- level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script.
Nachtrag, folgenden Link finde ich recht interessant:
http://www.clug.de/vortraege/expect/expect.html
Roland
"Aber wenn du schon so unwissend bist, davon noch nicht gehört zu haben,
so will ich es doch als gut ansehen, daß du lieber einmal töricht fragst,
als weiterhin nichts von etwas zu wissen, das man doch wissen sollte."
aus "Die Edda des Snorri Sturluson", "Gylfis Täuschung"
"Aber wenn du schon so unwissend bist, davon noch nicht gehört zu haben,
so will ich es doch als gut ansehen, daß du lieber einmal töricht fragst,
als weiterhin nichts von etwas zu wissen, das man doch wissen sollte."
aus "Die Edda des Snorri Sturluson", "Gylfis Täuschung"