MastKalandar@feddit.online to No Stupid Questions@lemmy.worldEnglish · 1 month agols there any ssh project for absolute novices ?message-squaremessage-square8fedilinkarrow-up18arrow-down16
arrow-up12arrow-down1message-squarels there any ssh project for absolute novices ?MastKalandar@feddit.online to No Stupid Questions@lemmy.worldEnglish · 1 month agomessage-square8fedilink
minus-squarewatson@sopuli.xyzlinkfedilinkarrow-up9·1 month agoWhat are you looking to learn how to do with it?
minus-squareMastKalandar@feddit.onlineOPlinkfedilinkEnglisharrow-up6·1 month 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.worldcakelinkfedilinkEnglisharrow-up10arrow-down1·1 month agoGo through this. https://linuxupskillchallenge.org/
minus-squareMastKalandar@feddit.onlineOPlinkfedilinkEnglisharrow-up3·1 month agoThanks for that link 😊😊.
minus-squarestatelesz@slrpnk.netlinkfedilinkEnglisharrow-up4·1 month 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-21 month 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