Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMousa committed Jun 19, 2024
1 parent b872a2c commit 6f54a75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 0x0B-ssh/web-01
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
# Server-01 login commands

# Setting up the SSH agent
eval $("ssh-agent")

# Path to identityFile
ssh-add ~/.ssh/school

# Username and IP Address
ssh ubuntu@54.242.196.18

0 comments on commit 6f54a75

Please sign in to comment.