Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/share/augeas/lenses/dist/tests/ |
Current File : //usr/share/augeas/lenses/dist/tests/test_ssh.aug |
(* Module: Test_ssh *) module Test_ssh = let conf = "# start IdentityFile /etc/ssh/identity.asc Host suse.cz ForwardAgent yes SendEnv LC_LANG Host * ForwardAgent no ForwardX11Trusted yes # IdentityFile ~/.ssh/identity SendEnv LC_IDENTIFICATION LC_ALL LC_* ProxyCommand ssh -q -W %h:%p gateway.example.com RemoteForward [1.2.3.4]:20023 localhost:22 RemoteForward 2221 lhost1:22 LocalForward 3001 remotehost:3000 Ciphers aes128-ctr,aes192-ctr MACs hmac-md5,hmac-sha1,umac-64@openssh.com " test Ssh.lns get conf = { "#comment" = "start" } { "IdentityFile" = "/etc/ssh/identity.asc" } { } { "Host" = "suse.cz" { "ForwardAgent" = "yes" } { "SendEnv" { "1" = "LC_LANG" } } { } } { "Host" = "*" { "ForwardAgent" = "no" } { "ForwardX11Trusted" = "yes" } { } { "#comment" = "IdentityFile ~/.ssh/identity" } { "SendEnv" { "1" = "LC_IDENTIFICATION" } { "2" = "LC_ALL" } { "3" = "LC_*" } } { "ProxyCommand" = "ssh -q -W %h:%p gateway.example.com" } { "RemoteForward" { "[1.2.3.4]:20023" = "localhost:22" } } { "RemoteForward" { "2221" = "lhost1:22" } } { "LocalForward" { "3001" = "remotehost:3000" } } { "Ciphers" { "1" = "aes128-ctr" } { "2" = "aes192-ctr" } } { "MACs" { "1" = "hmac-md5" } { "2" = "hmac-sha1" } { "3" = "umac-64@openssh.com" } } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare