Trying 92.68.0.18...
Connected to 92.68.0.18.
Escape character is '^]'.
Error loading /usr/share/ssl/certs/telnetd.pem: 24129:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:662:Expecting: ANY PRIVATE KEY
24129:error:140CE009:SSL routines:SSL_use_RSAPrivateKey_file:missing asn1 eos:ssl_rsa.c:292:
do_ssleay_init() failed
Connection closed by foreign host.
이럴땐, 해결 하는 방법은 다음과 같다.
해당 디렉터리에 telnetd.pem 파일이 없거나 잘못된 주소를 가리키고 있지 않을까 하여 원본 rpm 파일을 분석해보았다.
var/ssl 에 뭔가 있을까 하여 조사해보았다.

네, 정답... telnetd.pem 이 있었다.
certs 에 telnetd.pem 이 없으면 ln -s 으로 심볼릭링크를 걸어주면 해결 끄읏.