mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
250 lines
9.4 KiB
Plaintext
250 lines
9.4 KiB
Plaintext
index_title=SSH Server
|
|
index_econfig=The SSH server config file $1 was not found on your system. Maybe SSHD is not installed, or your <a href='$2'>module configuration</a> is incorrect.
|
|
index_esshd=The SSH server program $1 was not found on your system. Maybe SSHD is not installed, or your <a href='$2'>module configuration</a> is incorrect.
|
|
index_eversion=Failed to get a version number from the SSH server program $1. Maybe your <a href='$2'>module configuration</a> is incorrect. Output from the command $3 was : $4
|
|
index_eversion2=The SSH server program $1 is version $2, but Webmin only supports SSH versions 1 and 2.
|
|
index_return=module index
|
|
index_apply=Apply Changes
|
|
index_applymsg=Click this button to apply the current configuration by sending a SIGHUP signal to the running SSHd process.
|
|
index_applymsg2=Click this button to apply the current configuration with the command $1.
|
|
index_start=Start Server
|
|
index_startmsg=Click this button to start the SSH server. Until it is started, no users will be able to login via SSH.
|
|
index_stop=Stop Server
|
|
index_stopmsg=Click this button to stop the running SSH server. Once it is stopped, no users will be able to login via SSH, but existing connections will remain active.
|
|
index_version=$1
|
|
index_type=SSH key type:
|
|
index_rsa1=RSA (for SSH v1)
|
|
index_rsa=RSA (for SSH v2)
|
|
index_dsa=DSA (for SSH v2)
|
|
|
|
bits=bits
|
|
secs=seconds
|
|
|
|
users_title=Authentication
|
|
users_header=Login and authentication options
|
|
users_expire=Days before account expiry to warn user
|
|
users_expire_def=Never
|
|
users_mail=Notify user of new mail?
|
|
users_empty=Prompt for new password if blank?
|
|
users_passwd=Prompt for new password if expired?
|
|
users_pexpire=Days before password expiry to warn user
|
|
users_pexpire_def=Never
|
|
users_auth=Allow authentication by password?
|
|
users_pempty=Permit logins with empty passwords?
|
|
users_root=Allow login by <em>root</em>?
|
|
users_yes=Yes, both key and password
|
|
users_nopwd=Yes, key-based only
|
|
users_fcmd=Yes, for specific commands only
|
|
users_no=No, disable root login completely
|
|
users_rsa=Allow RSA (SSH 1) authentication?
|
|
users_dsa=Allow DSA (SSH 2) authentication?
|
|
users_pkeyauth=Allow public key authentication?
|
|
users_strict=Check permissions on key files?
|
|
users_rhosts=Ignore <tt>.rhosts</tt> files?
|
|
users_rrhosts=Ignore <tt>.rhosts</tt> files for root user?
|
|
users_rrdef=Same as other users
|
|
users_rhostsauth=Allow login just by <tt>hosts.equiv</tt> and <tt>.rhosts</tt>?
|
|
users_rhostsrsa=Check <tt>hosts.equiv</tt> and <tt>.rhosts</tt> for RSA authentication?
|
|
users_motd=Display <tt>/etc/motd</tt> at login?
|
|
users_banner=Pre-login message file
|
|
users_banner_def=None
|
|
users_known=Ignore users' <tt>known_hosts</tt> files?
|
|
users_err=Failed to save users and groups
|
|
users_eexpire=Missing or invalid expiry warning days
|
|
users_ebanner=Missing or invalid pre-login message file
|
|
users_authkeys=User authorized keys file
|
|
users_authkeys_def=Default (~/.ssh/authorized_keys)
|
|
users_authkeys_set=File under home
|
|
users_eauthkeys=Missing or invalid-looking authorized keys file
|
|
users_maxauthtries=Maximum login attempts per connection
|
|
users_emaxauthtries=Missing or non-numeric number of login attempts per connection
|
|
users_chal=Use challenge-response authentication?
|
|
|
|
net_title=Networking
|
|
net_header=Networking options
|
|
net_port=Listen on port
|
|
net_all4=All IPv4 addresses
|
|
net_all6=All IPv6 addresses
|
|
net_sel=Address..
|
|
net_prots=Accept protocols
|
|
net_prots_1=SSH v1
|
|
net_prots_2=SSH v2
|
|
net_idle=Idle timeout
|
|
net_idle_s=seconds
|
|
net_idle_m=minutes
|
|
net_idle_h=hours
|
|
net_idle_d=days
|
|
net_idle_w=weeks
|
|
net_keep=Keep inactive clients?
|
|
net_listen=Listen on address
|
|
net_listen2=Listen on addresses
|
|
net_laddress=Address
|
|
net_lport=Port
|
|
net_listen_def=All addresses
|
|
net_below=Entered below ..
|
|
net_grace=Time to wait for login
|
|
net_grace_def=Forever
|
|
net_grace_s=seconds
|
|
net_tcp=Allow TCP forwarding?
|
|
net_gateway=Allow connection to forwarded ports?
|
|
net_reverse=Reverse-validate client IP addresses?
|
|
net_err=Failed to save networking
|
|
net_elisten=Missing or invalid IP address to listen on
|
|
net_eport=Missing or invalid port number
|
|
net_eidle=Missing or invalid idle timeout
|
|
net_egrace=Missing or invalid time to wait for login
|
|
net_eprots=You must select at least one protocol
|
|
net_eladdress='$1' is not a valid address to listen on
|
|
net_elport='$1' is not a valid port to listen on
|
|
net_elisten2=No addresses to listen on entered
|
|
|
|
access_title=Access Control
|
|
access_header=Network and login access control options
|
|
access_allowu=Only allow users
|
|
access_allowg=Only allow members of groups
|
|
access_all=All
|
|
access_denyu=Deny users
|
|
access_denyg=Deny members of groups
|
|
access_none=None
|
|
access_allowh=Only allow client hosts
|
|
access_denyh=Deny client hosts
|
|
access_silent=Silently diconnect disallowed clients?
|
|
access_eallowu=No users to allow entered
|
|
access_edenyu=No users to deny entered
|
|
access_eallowg=No groups to allow entered
|
|
access_edenyg=No groups to deny entered
|
|
access_eallowh=No hosts to allow entered
|
|
access_edenyh=No hosts to deny entered
|
|
|
|
misc_title=Miscellaneous Options
|
|
misc_header=Other miscellaneous SSH server options
|
|
misc_x11=Allow X11 connection forwarding?
|
|
misc_xoff=X11 display offset
|
|
misc_xauth=Full path to <tt>xauth</tt> program
|
|
misc_umask=Umask for SSH server
|
|
misc_umask_def=Leave unchanged
|
|
misc_syslog=System log facility
|
|
misc_loglevel=Logging level
|
|
misc_bits=Server key size
|
|
misc_quiet=Do minimal logging?
|
|
misc_regen=Server key regeneration interval
|
|
misc_regen_def=Never
|
|
misc_fascist=Do verbose logging?
|
|
misc_separ=Use separate unprivileged process?
|
|
misc_pid=PID file
|
|
misc_err=Failed to save miscellaneous options
|
|
misc_exoff=Missing or invalid X11 display offset
|
|
misc_exauth=Missing or invalid path to <tt>xauth</tt>
|
|
misc_eumask=Missing or invalid 4-digit octal umask
|
|
misc_ebits=Missing or invalid server key size
|
|
misc_eregen=Missing or invalid key regeneration interval
|
|
misc_epid=Missing PID file path
|
|
|
|
start_err=Failed to start SSH server
|
|
apply_epid=Not running
|
|
|
|
hosts_title=Client Host Options
|
|
hosts_header=SSH Client Hosts
|
|
hosts_none=No client host options have been defined. All SSH client logins will use the default settings.
|
|
hosts_all=All Hosts
|
|
hosts_add=Add options for client host.
|
|
hosts_return=client hosts list
|
|
|
|
host_create=Add Host Options
|
|
host_edit=Edit Host Options
|
|
host_header=Client options for SSH host
|
|
host_name=Options for host
|
|
host_user=Login as user
|
|
host_user_def=Current login
|
|
host_keep=Keep idle connections?
|
|
host_hostname=Real hostname to connect to
|
|
host_hostname_def=Same as above
|
|
host_batch=Ask for password if needed?
|
|
host_port=Port to connect to
|
|
host_comp=Compress SSH traffic?
|
|
host_escape=Escape character
|
|
host_escape_none=None
|
|
host_clevel=Compression level
|
|
host_clevel_1=(Worst)
|
|
host_clevel_9=(Best)
|
|
host_attempts=Number of connection attempts
|
|
host_usersh=Only make RSH connection?
|
|
host_rsh=Try RSH if SSH fails?
|
|
host_agent=Forward authentication agent?
|
|
host_x11=Forward X11 connections?
|
|
host_priv=Use privileged source port?
|
|
host_strict=Add host to <tt>known_hosts</tt> file?
|
|
host_ask=Ask user
|
|
host_lforward=Local ports to forward to server
|
|
host_llport=Local port
|
|
host_lrhost=Remote host
|
|
host_lrport=Remote port
|
|
host_rforward=Server ports to forward to local
|
|
host_rrport=Remote port
|
|
host_rlhost=Local host
|
|
host_rlport=Local port
|
|
host_checkip=Check IP addresses in <tt>known_hosts</tt> file?
|
|
host_prots=Try SSH protocols
|
|
host_prots1=1 only
|
|
host_prots2=2 only
|
|
host_prots12=1 and then 2
|
|
host_prots21=2 and then 1
|
|
host_prots_sel=Selected..
|
|
host_err=Failed to save host options
|
|
host_ename=Missing or invalid host name
|
|
host_euser=Missing or invalid username
|
|
host_ehostname=Missing or invalid real hostname
|
|
host_eport=Missing or invalid port number
|
|
host_eescape=Missing single escape character
|
|
host_eattempts=Missing or invalid number of connection attempts
|
|
host_elport=Missing or invalid local port number
|
|
host_erhost=Missing or invalid remote hostname
|
|
host_erport=Missing or invalid remote port number
|
|
host_elhost=Missing or invalid local hostname
|
|
host_eprots=You must select at least one protocol
|
|
host_proxy=Connection proxy command
|
|
host_proxy_def=None
|
|
host_eproxy=Missing or invalid-looking connection proxy command
|
|
|
|
log_users=Changed authentication options
|
|
log_net=Changed networking options
|
|
log_access=Changed access control
|
|
log_misc=Changed miscellaneous options
|
|
log_create_host=Created options for host(s) $1
|
|
log_update_host=Updated options for host(s) $1
|
|
log_delete_host=Deleted options for host(s) $1
|
|
log_create_all=Created options for all hosts
|
|
log_update_all=Updated options for all hosts
|
|
log_delete_all=Deleted options for all hosts
|
|
log_stop=Stopped SSH server
|
|
log_start=Started SSH server
|
|
log_apply=Applied configuration
|
|
log_manual=Manually editing config file $1
|
|
|
|
sync_title=User SSH Key Setup
|
|
sync_desc=This page allows you to configure the automatic setup of SSH for new Unix users created on your system. If configured, new users will not have to run <tt>ssh-keygen</tt> before using SSH.
|
|
sync_create=Setup SSH key for new Unix users?
|
|
sync_auth=Copy new <tt>identify.pub</tt> to <tt>authorized_keys</tt>?
|
|
sync_pass=Use password as key passphrase?
|
|
sync_gnupg=Setup GNUPG key for new Unix users.
|
|
sync_type=Key type
|
|
sync_auto=<Automatic>
|
|
|
|
keys_title=Host SSH Keys
|
|
keys_desc=This page allows you to view the SSH keys for this host.
|
|
keys_none=Could not find any HostKey entries in your SSHD configuration.
|
|
keys_change=Change
|
|
|
|
manual_title=Edit Config Files
|
|
manual_ecannot=You are not allowed to edit the SSH server config file
|
|
manual_ok=Edit
|
|
manual_efile=Selected file is not part of the SSH server configuration
|
|
manual_file=Edit config file:
|
|
manual_edata=Nothing entered!
|
|
manual_err=Failed to save config file
|
|
|
|
dknown_err=Failed to delete known hosts
|
|
dknown_enone=None selected
|
|
|
|
__norefs=1
|