Failed to Setup Fully Authenticated Session

Issue:

Acme SBC shows “Failed to setup fully authenticated session” error message.

Log message:

ERROR: acme# 0x22483910 (tCdrFtpTask): ACME_SFTP_CONNECT: Failed to setup fully authenticated session, status -6909, instance 24

Solution:

Import the CDRConverter public key into SBC.

Example

  • CDRConverter steps:

    [ospadmin@CDRConverter ~]$ ssh-keygen -e -f /etc/ssh/ssh_host_dsa_key.pub > sftp_host_dsa_key.pub
    

    NOTE: For CentOS-6.2, use the the “tee” utility.

    ssh-keygen -e -f /etc/ssh/ssh_host_dsa_key.pub | tee sftp_host_dsa_key.pub
    

    Connect to ACME SBC to import SFTP server host key.

  • SBC steps:

    acmesystem> enable
    Password: ******
    acmesystem# ssh-pub-key import known-host sftp_host_dsa_key.pub
    
    IMPORTANT:
    Please paste SSH public key in the format defined in RFC 4716.
    Terminate the key with ";" to exit.......
    +++- BEGIN SSH2 PUBLIC KEY +++-
    Comment: "1024-bit DSA, converted from OpenSSH by ossadmin@sdreporter203.transnexus.com"
    AAAAB3NzaC1kc3MAAACBALwEI1/tQn8AhXeCGDvDX0gVgcg/gy0noSbWNSHkDaFq+1fZ9K
    Krpz8/YsU8munyxJDZ2ShcsRXbFuYZ7Rjfo9xuy80ddgbF40nDCqE4Hh7IFRcFbX4M3TS3
    ehkvfxequYZEXAk/sbSzqY9tABUp3FKffqaPdiOnjZu05B18t0fTAAAAFQDT5sz4fzcCi9
    H2KrVNuZwYrRVUAwAAAIBSvkvtK0rE29EPvlNY8Bp/K0msskS3tNjZq+4rGFsc/2eVBSur
    TlC0ha7L7NeIzOreDKaZ+HxwN4ZDY8HIvtbZsDmFerpdqyNSIX8vBuYiFmuu3+Aqeqv0zs
    98X6K1Vjn1doBUcsgjJ6BVGR8mjU1STXNdz6geBqwo7n4wdnxsrAAAAIEAgJZ+71GAyQ+3
    sZWHcMXKfJEe6rlfxoB1Pj6y8TM7lb5Ldrq4OqvI0zN63uDmaRNUUn/uPGKOMS+u5vYfcN
    KdnPnaIsLYB60naiDRl53NLlxDiixwVaFgLl3s7y9APhfRA/Z6Bayy4Bq8QSCr3KSZedKO
    0RTO/Me+XQY9ozr50KE=
    +++- END SSH2 PUBLIC KEY +++-
    ;
    
    SSH public key imported successfully....
    WARNING: Configuration changed, run "save-config" command to save it
    and run "activate-config" to activate the changes
    acmesystem#