Thread SSH-Verbindung in Perl (4 answers)
Opened by Glühbirne at 2011-04-26 10:12

gabimuc
 2011-04-28 12:08
#148050 #148050
User since
2010-06-21
33 Artikel
BenutzerIn

user image
wenn du ohne zertifikate arbeitest, brauchst du eine interaktive authentisierungsmethode. expect ist AFAIK immer noch das standard tool dafür. ist allerdings schwierig zu handhaben.

alternativen:
IPC::Session
Net::OpenSSH

um zu checken, ob es ein package für debian gibt

# sudo apt-cache search perl Net::SSH
libdigest-bubblebabble-perl - perl module to create bubble-babble fingerprints
libnet-ssh2-perl - Perl module for the SSH 2 protocol

# sudo apt-cache search perl expect | grep lib | grep expect
libexpect-perl - Expect.pm - Perl Expect interface
libexpect-simple-perl - wrapper around the Expect module
libnet-scp-expect-perl - Wrapper for scp to send passwords via Expect
libtest-expect-perl - Automated driving and testing of terminal-based programs
root is a state of mind - k0resh

View full thread SSH-Verbindung in Perl