This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

unable to set cc set ssh

Hi,
stupiqd question:
How can I set pubkey_authentication via cc?

cc set ssh pubkey_authentication =yes
does not work. 

:/root # cc get ssh pubkey_authentication
ssh->pubkey_authentication = 0

Any ideas?

Thanks,
(I know the way via webadmin but I'm looking for the certain cc command.


This thread was automatically locked due to age.
Parents Reply Children
  • Try this command:
    cc set ssh pubkey_auth 1


    Hm - did you use "1" instaed of "yes" - your output looks like if you did't :-)

    Regards
    Manfred


    yes, I tried both:


    /root # cc set ssh pubkey_auth 1
    [
              'SSH_AUTH_PUBKEY',
              {
                'attrs' => [],
                'format' => 'Keys for public key authentication are missing.
    Will disable secure shell (SSH) public key authentication.',
                'msgtype' => 'SSH_AUTH_PUBKEY',
                'name' => 'Keys for public key authentication are missing.
    Will disable secure shell (SSH) public key authentication.',
                'never_hide' => 0,
                'nodelist' => 'ssh->login_keys'

    Cheers,