MastKalandar@feddit.online to No Stupid Questions@lemmy.worldEnglish · 2 days agols there any ssh project for absolute novices ?message-squaremessage-square8linkfedilinkarrow-up17arrow-down16
arrow-up11arrow-down1message-squarels there any ssh project for absolute novices ?MastKalandar@feddit.online to No Stupid Questions@lemmy.worldEnglish · 2 days agomessage-square8linkfedilink
minus-squarewatson@sopuli.xyzlinkfedilinkarrow-up9·2 days agoWhat are you looking to learn how to do with it?
minus-squareMastKalandar@feddit.onlineOPlinkfedilinkEnglisharrow-up6·2 days agoI’ve got no concept of ssh. By getting involved in some project, l hope to learn how it’s used in the laptop that I use.
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up10arrow-down1·2 days agoGo through this. https://linuxupskillchallenge.org/
minus-squareMastKalandar@feddit.onlineOPlinkfedilinkEnglisharrow-up3·2 days agoThanks for that link 😊😊.
minus-squarestatelesz@slrpnk.netlinkfedilinkEnglisharrow-up4·2 days agoDo you want to learn the basic technical details of how SSH works or do you want to know how to use it?
minus-squaresorrybookbroke@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-22 days agoTry and build an ssh wrapper. Either a simple gui or tui to save ssh commands and make them. No ui needed if you’re just learning and want to make a CLI wrapper. Each thing you learn you try to implement it
What are you looking to learn how to do with it?
I’ve got no concept of ssh. By getting involved in some project, l hope to learn how it’s used in the laptop that I use.
Go through this.
https://linuxupskillchallenge.org/
Thanks for that link 😊😊.
Do you want to learn the basic technical details of how SSH works or do you want to know how to use it?
Try and build an ssh wrapper. Either a simple gui or tui to save ssh commands and make them. No ui needed if you’re just learning and want to make a CLI wrapper. Each thing you learn you try to implement it