File: wild_cards

package info (click to toggle)
ruby-net-ssh 1%3A7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,804 kB
  • sloc: ruby: 16,999; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Host test.*
  Port 1234
  Compression no

Host tes?.host
  Port 4321
  ForwardAgent yes

Host *.hos?
  IdentityFile ~/.ssh/id_dsa
  Compression yes

Host k*.host
  RekeyLimit 1G