diff options
| -rw-r--r-- | .ssh/config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..7225dd4 --- /dev/null +++ b/.ssh/config | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | Host 193.140.236.40 | ||
| 2 | HostName 193.140.236.40 | ||
| 3 | ProxyCommand ssh -W %h:%p n16129971@dev.cs.hacettepe.edu.tr | ||
| 4 | Host hayri | ||
| 5 | HostName 138.68.103.146 | ||
| 6 | User yigit | ||
| 7 | Host photonic | ||
| 8 | HostName 10.98.98.79 | ||
| 9 | Port 110 | ||
| 10 | User tedu | ||
| 11 | Host overseer | ||
| 12 | HostName 207.154.210.186 | ||
| 13 | Port 22 | ||
| 14 | User yigit | ||
| 15 | Host dev | ||
| 16 | HostName 10.10.3.49 | ||
| 17 | Port 22 | ||
| 18 | User syigit | ||
