-
Notifications
You must be signed in to change notification settings - Fork 2
/
sshconfig
54 lines (43 loc) · 842 Bytes
/
sshconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Include /Users/dhruva/.colima/ssh_config
Include configs/*
IdentityFile ~/.ssh/id_rsa
ServerAliveInterval 240
# RemoteCommand TERM=xterm-256color $SHELL
Host bitbucket.org
HostName bitbucket.org
User git
IdentityFile ~/.ssh/bitbucket_tarkalabs
IdentitiesOnly yes
PreferredAuthentications publickey
Host blog
HostName dhruvasagar.com
User dhruvasagar
Host blog-tunnel
HostName dhruvasagar.com
User dhruvasagar
RemoteForward 9022 localhost:22
Host blog-socks
HostName dhruvasagar.com
User dhruvasagar
RequestTTY no
DynamicForward 5000
Host pi
HostName 192.168.1.104
User pi
Host pi-ngrok
HostName 0.tcp.ngrok.io
Port 14350
User pi
Host pi-anywhere
HostName dhruvasagar.com
Port 9022
User pi
Host usbarmory
HostName 10.0.0.1
User root
Host kali
HostName 192.168.1.184
User h4x0rdud3
Host Desktop
HostName 192.168.1.170
User h4x0rdud3