Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Introduction

TBC

Installation

Packages used by Blue Light:

  • ssh (metapackage).  Seen on ac001.blue; don't know if this is standard on all systems.

Configuration

Individual user

ssh passwordless login

SSH Agent Forwarding

~/.ssh/config

Standard start of file (proposed):

# User-specific ssh client configuration

# Documentation: ssh_config man page
# Default values (may be explicitly listed below for visibility):
# - Protocol 2 (important; many options are protcol-specific)
# - ServerAliveCountMax 3


Host *
  Compression yes
  Protocol 2 
  SendEnv LANG LC_*
  ServerAliveInterval 15
  ServerAliveCountMax 3

Server

ssh server configuration

Problem analysis

Messages

PAM 5 more authentication failures; logname= ...

Has been fixed by the standard Blue Light /etc/ssh/sshd_config configuration line

UsePAM no

PAM service(sshd) ignoring max retries ...

Has been fixed by the standard Blue Light /etc/ssh/sshd_config configuration line

UsePAM no

User * not allowed because account is locked

Documented in ssh passwordless login

Reference

Files and directories

TBC

Documentation

TBC

  • No labels