We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf557e commit e374fa5Copy full SHA for e374fa5
.gitignore
@@ -0,0 +1 @@
1
+secrets.sh
biuftp
@@ -0,0 +1,7 @@
+#!/bin/bash
2
+
3
+# import username from secrets.sh
4
+source "secrets.sh"
5
6
+# ssh into the server
7
+sftp -J $biu_username@vpn.esc.biu.ac.il:2222 $biu_username@planet.cs.biu.ac.il
biussh
+ssh -J $biu_username@vpn.esc.biu.ac.il:2222 $biu_username@planet.cs.biu.ac.il
0 commit comments