cm0002@piefed.world to Opensource@programming.devEnglish · 8 hours agoPixelfed, Instagram alternative, move to Codebergcodeberg.orgexternal-linkmessage-square12fedilinkarrow-up169arrow-down10
arrow-up169arrow-down1external-linkPixelfed, Instagram alternative, move to Codebergcodeberg.orgcm0002@piefed.world to Opensource@programming.devEnglish · 8 hours agomessage-square12fedilink
minus-squarepoVoq@slrpnk.netlinkfedilinkarrow-up3arrow-down1·5 hours agoWhy the need to push via ssh? I am genuinely wondering, since you can easily push without having that enabled at all.
minus-squareMihies@programming.devlinkfedilinkarrow-up1·10 minutes agoThat’s an odd question as ssh is very convenient and secure compared to https.
minus-squareJeena@piefed.jeena.netlinkfedilinkEnglisharrow-up3·5 hours agoBecause otherwise I will need to set up a different way of logging in to authenticate on every computer. I’m using ssh for every git server. How do you authenticate, with a different access token for each git server in ~/.gitconfig?
Why the need to push via ssh? I am genuinely wondering, since you can easily push without having that enabled at all.
That’s an odd question as ssh is very convenient and secure compared to https.
Because otherwise I will need to set up a different way of logging in to authenticate on every computer. I’m using ssh for every git server. How do you authenticate, with a different access token for each git server in ~/.gitconfig?