Keine client logs / linbo.log mehr auf dem Server

Moin!
Habe irgendwie meine ssh_config aus /etc/linuxmuster/linbo schicken?
Meine ist weg und es erscheinen keine logs mehr bei mir.
Oder weiß wer, wie die neu generiert wird?
unter /var/log/linuxmuster/linbo/ sind keine Logs mehr zu finden und linbo-ssh ging nicht mehr. Habe dann eine ssh_config mit port 2222 erstellt und kann linbo-ssh nutzen, aber logs erscheinen dennoch nicht.

viele Grüße und Danke
Gorden

Hallo Gorden,

Habe irgendwie meine ssh_config aus /etc/linuxmuster/linbo schicken?
Meine ist weg und es erscheinen keine logs mehr bei mir.

die von meinem Testserver ist unten angefügt.

Oder weiß wer, wie die neu generiert wird?

vielelciht ein dpkg-reconfigure linuxmuster-linbo ??

LG

Holger

ssh_config for linbo remote commands per ssh

hmmmmm Danke schon mal - aber definiere doch mal bitte unten? Ich finde es so nicht?!

Grüße

Hallo Gorden,

die von meinem Testserver ist unten angefügt.

hmmmmm Danke schon mal - aber definiere doch mal bitte unten? Ich finde
es so nicht?!

unten ist unter der Mail: aber Discours hat eine Signaturerkennung: die
offensichtlich auch mal gerne zu viel abschneidet …
Ich versuchs nochmal direkt hier im text:
also ab nächster Zeile, dafür ohne Gruß:

ssh_config for linbo remote commands per ssh

Hallo Gorden,

… nein, er zwackt es ab wenn ich es per Mail schicke.
Jetzt nochmal per Webseite:

# ssh_config for linbo remote commands per ssh
#
# Thomas Schmitt <schmitt@lmz-bw.de>
#
# last change: 27.11.2009
#
# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
#  1. command line options
#  2. user-specific file
#  3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for some commonly used options.  For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.

Host *
#   ForwardAgent no
#   ForwardX11 no
#   ForwardX11Trusted yes
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
#   HostbasedAuthentication no
#   BatchMode no
#   CheckHostIP yes
#   AddressFamily any
#   ConnectTimeout 0
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
#   Protocol 2,1
#   Cipher 3des
#   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
#   EscapeChar ~
#   Tunnel no
#   TunnelDevice any:any
#   PermitLocalCommand no
    SendEnv LANG LC_*
    HashKnownHosts yes
    GSSAPIAuthentication yes
    GSSAPIDelegateCredentials no
# needed for linbo remote client connections
    StrictHostKeyChecking no
    UserKnownHostsFile ~/.ssh/linbo_hosts
    Port 2222

Hallo Gorden,

… er interpretiert die Kommentarzeihen # als Fett …
Also: alles was oben Fett geschrieben ist, ist Kommentar (… ja, also fast alles).

VIele Grüße

Holger

Hast du die Formatierung via [ code ] bla bla [/ code] ausprobiert?

Hallo Michael,

… gute Idee.
[code] kennte er nicht, aber [ quote] (ohne Leerzeichen …)

Also hier nochmal:

# ssh_config for linbo remote commands per ssh
#
# Thomas Schmitt <schmitt@lmz-bw.de>
#
# last change: 27.11.2009
#
# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
#  1. command line options
#  2. user-specific file
#  3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for some commonly used options.  For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.

Host *
#   ForwardAgent no
#   ForwardX11 no
#   ForwardX11Trusted yes
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
#   HostbasedAuthentication no
#   BatchMode no
#   CheckHostIP yes
#   AddressFamily any
#   ConnectTimeout 0
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
#   Protocol 2,1
#   Cipher 3des
#   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
#   EscapeChar ~
#   Tunnel no
#   TunnelDevice any:any
#   PermitLocalCommand no
    SendEnv LANG LC_*
    HashKnownHosts yes
    GSSAPIAuthentication yes
    GSSAPIDelegateCredentials no
# needed for linbo remote client connections
    StrictHostKeyChecking no
    UserKnownHostsFile ~/.ssh/linbo_hosts
    Port 2222
Hier steht code in [ code] -- funktioniert doch

Hallo Holger,

[code][/code] klappt genauso wie drei Backticks (3x```) davor und danach :slight_smile: