Step 1: Connect to the Storage Server
From your jump server, connect to the Storage Server:
# Connect from jump server to storage server
ssh natasha@ststor01
# Password: Bl@kW
Step 2: Clone the repository
Once logged in as natasha on ststor01, clone the repository:
# Clone the repository to the specified directory
git clone /opt/games.git /usr/src/kodekloudrepos/games
Step 3: Verify the clone
Check that the repository was cloned successfully:
# Verify the repository was cloned
ls -la /usr/src/kodekloudrepos/games
cd /usr/src/kodekloudrepos/games
git status
Resources & Next Steps
- 📦 Full Code Repository: KodeKloud Learning Labs
- 📖 More Deep Dives: Whispering Cloud Insights - Read other technical articles
- 💬 Join Discussion: DEV Community - Share your thoughts and questions

Top comments (0)