oxidized
oxidized copied to clipboard
ssh custom parameters
Hello, I need to pass a custom parameter to ssh for connecting to old equipments, like
-o 'PubkeyAcceptedKeyTypes +ssh-rsa'
I'm quite new to oxidized and could not find the way to do that in rancid I used to do in .cloginrc
add sshcmd * {ssh\ -oPubkeyAcceptedKeyTypes=+ssh-rsa}
Is there a way to do something equivalent with oxidized ?
Regards