MastKalandar@feddit.online to No Stupid Questions@lemmy.worldEnglish · 17 天前ls there any ssh project for absolute novices ?message-squaremessage-square8linkfedilinkarrow-up18arrow-down16
arrow-up12arrow-down1message-squarels there any ssh project for absolute novices ?MastKalandar@feddit.online to No Stupid Questions@lemmy.worldEnglish · 17 天前message-square8linkfedilink
minus-squareMastKalandar@feddit.onlineOPlinkfedilinkEnglisharrow-up6·17 天前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.
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up10arrow-down1·17 天前Go through this. https://linuxupskillchallenge.org/
minus-squarestatelesz@slrpnk.netlinkfedilinkEnglisharrow-up4·17 天前Do 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.workscakelinkfedilinkEnglisharrow-up2·edit-217 天前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
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