oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

ssh custom parameters

Open Rico29 opened this issue 5 months ago • 5 comments

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

Rico29 avatar Sep 12 '24 07:09 Rico29