CIP Index Up

permission denied

oder: Probleme mit der Secure Shell

  • PasswordAuthentication
    was steht denn in /etc/ssh_config
    und in ~/.ssh/config?
     
    da muss irgendwo drinstehen:
            PasswordAuthentication yes
     
    versuch einfach:
            ssh -v faui00a -o 'PasswordAuthentication yes'
    das muss funktionieren. sonst liegts vielleicht doch an uns.
    
  • Username, falscher Username
    home% ssh -l cipusername faui01c
    wie bei rlogin.
    home% rlogin -l cipusername faui01c
    ( oder http://wwwcip/ssh/ssh.html#config )
    
  • Host Keys
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @       WARNING: HOST IDENTIFICATION HAS CHANGED!         @
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
    Someone could be eavesdropping on you right now (man-in-the-middle attack)!
    It is also possible that the host key has just been changed.
    Please contact your system administrator.
    
    > Wie kommen wir also jetzt wieder auf die Erlanger Rechner?
    sagt eurem admin, dass er die keys von
            http://wwwcip/ssh/cipkey.txt
    hohlen kann.
     
    alternativ koennt ihr auch
            ssh -v -o 'StrictHostKeyChecking no' rechner
    benutzen oder http://wwwcip/ssh/cipkey.txt
    in euer ~/.ssh/known_hosts kopieren.