File: ssh_config

package info (click to toggle)
fabric 1.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,240 kB
  • sloc: python: 7,363; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Host myhost
    User neighbor
    Port 664
    IdentityFile neighbor.pub

Host myalias
    HostName otherhost

Host *
    User satan
    Port 666
    IdentityFile foobar.pub