hashicorp/packer

Feature: telnet, ftp provisioner

Open

#7971 opened on Aug 10, 2019

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Go (13,697 stars) (3,228 forks)batch import
enhancementhelp wanted

Description

Add a telnet provisioner, using FTP to transfer scripts, on behalf of legacy guest operating systems that do not have ssh, scp servers available.

Telnet provisioning with the option to inline scripts, is likely required for single-user operating systems that cannot run a file server application and a remote shell application concurrently.

Finally, (hot)key delays, for inline scripts and general telnet commands; and delays between telnet client session connections, will be required to ensure reliable communication for some graying telnet servers such as rmenu.

Contributor guide