/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | runner.py | 125 for telnet in self._telnets: 127 telnet.terminate() 128 telnet.wait(10.0) 130 telnet.kill() 161 … telnet = subprocess.Popen(["telnet", "localhost", str(port)], stdin=sys.stdin, stdout=sys.stdout) 162 self._telnets.append(telnet) 163 return telnet
|
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/ |
H A D | telnet.xinetd.inetutils | 2 # description: The telnet server serves telnet sessions; it uses \ 4 service telnet
|
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/ |
H A D | inetutils_2.5.bb | 5 talkd, telnet, telnetd, tftp, tftpd, and uucpd." 19 file://telnet.xinetd.inetutils \ 98 cp ${WORKDIR}/telnet.xinetd.inetutils ${D}/${sysconfdir}/xinetd.d/telnet 112 ${PN}-ftp ${PN}-ftpd ${PN}-tftpd ${PN}-telnet ${PN}-telnetd ${PN}-inetd \ 139 ALTERNATIVE:${PN}-telnet = "telnet" 184 FILES:${PN}-telnet = "${bindir}/telnet.${BPN}" 210 FILES:${PN}-telnetd = "${sbindir}/in.telnetd ${sysconfdir}/xinetd.d/telnet" 212 RCONFLICTS:${PN}-telnetd += "netkit-telnet"
|
/openbmc/openbmc-tools/netboot/ |
H A D | README.md | 1 # Netboot: a remote OpenBMC host via telnet (and hopefully at some stage, ssh) 12 # telnet serial server
|
/openbmc/linux/Documentation/translations/zh_CN/arch/openrisc/ |
H A D | openrisc_port.rst | 72 telnet localhost 4444 116 支持以太网,http和telnet服务器功能。
|
/openbmc/qemu/docs/system/ |
H A D | target-avr.rst | 24 - Continuous non interrupted execution with serial output into telnet window:: 31 telnet localhost 5678
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | runfvp | 74 telnet = fvp.create_telnet(port) 75 telnet.wait()
|
/openbmc/linux/Documentation/arch/sparc/ |
H A D | console.rst | 9 2. telnet> send break
|
/openbmc/openbmc-test-automation/lib/serial_connection/ |
H A D | serial_console_client.robot | 13 [Documentation] Open telnet connection session to BMC serial console 70 [Documentation] Log out of the BMC and close telnet.
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | config | 69 # Q: TCP services to audit: [telnet ftp imap pop3 finger sunrpc exec login linuxconf ssh] 70 Firewall.ip_s_tcpaudit="telnet ftp imap pop3 finger sunrpc exec login linuxconf ssh" 97 # Q: Should Bastille ensure the telnet service does not run on this system? [y]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gensio/ |
H A D | gensio_2.8.3.bb | 1 SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc"
|
/openbmc/openbmc/poky/meta/recipes-support/curl/ |
H A D | curl_8.7.1.bb | 66 PACKAGECONFIG[telnet] = "--enable-telnet,--disable-telnet,"
|
/openbmc/linux/Documentation/arch/openrisc/ |
H A D | openrisc_port.rst | 64 telnet localhost 4444 110 ethernet support, functional http and telnet servers.
|
/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/ |
H A D | packagegroup-core-base-utils.bb | 38 inetutils-telnet \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/tsocks/ |
H A D | tsocks_1.8beta5.bb | 3 applications (e.g telnet, ssh, ftp etc) to use SOCKS without any \
|
/openbmc/openbmc-test-automation/lib/pdu/ |
H A D | cyber.robot | 20 [Documentation] Open PDU connection and login via telnet. 169 # Send ESC over telnet console and Select 4- Logout
|
H A D | schneider.robot | 20 [Documentation] Open PDU connection and login via telnet.
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | rcS.default | 9 # Set to no if you want to be able to login over telnet/rlogin
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/ |
H A D | rcS-default | 9 # Set to no if you want to be able to login over telnet/rlogin
|
/openbmc/openbmc-test-automation/extended/ |
H A D | factory_reset.robot | 55 # to telnet command.
|
/openbmc/linux/drivers/net/plip/ |
H A D | Kconfig | 28 and winsock or NCSA's telnet.
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/packagegroups/ |
H A D | packagegroup-meta-perl.bb | 51 libnet-telnet-perl \
|
/openbmc/linux/Documentation/networking/device_drivers/fddi/ |
H A D | skfp.rst | 229 Connection hangup with telnet 230 Slow telnet connection
|
/openbmc/qemu/docs/system/s390x/ |
H A D | 3270.rst | 8 TN3270 (a telnet extension; see `RFC 854 <https://tools.ietf.org/html/rfc854>`__
|
/openbmc/qemu/qapi/ |
H A D | char.json | 266 # @telnet: enable telnet protocol on server sockets (default: false) 287 '*telnet': 'bool',
|