Revision [2131]
Last edited on 2008-12-30 18:34:15 by WikiAdminAdditions:
It may be desirable to start a background master process
ssh -Nf user@host
ssh -Nf user@host
Revision [2129]
Edited on 2008-12-28 06:56:15 by WikiAdminAdditions:
%%(text;config)
Deletions:
Revision [2128]
Edited on 2008-12-28 06:56:03 by WikiAdminAdditions:
===SSH Multiplexing===
Create or append these to ~.ssh/config. First ssh connection will be set as a parent process and and subsequent connections will be made as children processes. This speeds up subsequent processes, and you will not need to authenticate again. This is similar to the Tectia ssh client which opens additional terminals under the parent connection.
(text;config)
Host *
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
Create or append these to ~.ssh/config. First ssh connection will be set as a parent process and and subsequent connections will be made as children processes. This speeds up subsequent processes, and you will not need to authenticate again. This is similar to the Tectia ssh client which opens additional terminals under the parent connection.
(text;config)
Host *
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
Revision [1725]
Edited on 2008-05-15 16:27:59 by WikiAdminAdditions:
Compile with these options on RHEL5 - PAM support is not required for key-based authentication
Deletions:
Revision [1620]
Edited on 2008-04-08 00:45:32 by WikiAdminAdditions:
==Restrict users to scp and sftp only==
http://www.pizzashack.org/rssh/
http://www.pizzashack.org/rssh/
Revision [1415]
Edited on 2008-02-21 02:07:55 by WikiAdminAdditions:
===SSH chroot===
http://www.fuschlberger.net/programs/ssh-scp-sftp-chroot-jail/
http://www.fuschlberger.net/programs/ssh-scp-sftp-chroot-jail/
Revision [1102]
Edited on 2007-10-25 20:03:11 by WikiAdminAdditions:
/usr/sbin/sshd -De -p 24 -f /etc/ssh/my_sshd_config
Deletions:
Revision [718]
Edited on 2007-06-20 06:53:03 by WikiAdminAdditions:
==Related knowledges==
Deletions:
Revision [654]
Edited on 2007-06-07 02:55:04 by WikiAdminAdditions:
**Jump**
[[SecurityAttacks ssh attacks]]
[[SecurityAttacks ssh attacks]]
Revision [638]
Edited on 2007-06-06 03:24:53 by WikiAdminAdditions:
If you are upgrading openssl as well, add --with-ssl-dir=/usr/local to compile option.
Revision [637]
Edited on 2007-06-06 03:07:47 by WikiAdminAdditions:
Obtain openssh from http://www.openssh.org
Deletions:
Revision [636]
Edited on 2007-06-06 03:01:38 by WikiAdminAdditions:
===Building ssh from source===
Obtain openssh from www.openssh.org
Compile with these options on RHEL5
./configure --sysconfdir=/etc/ssh --with-pam --with-md5-passwords
Obtain openssh from www.openssh.org
Compile with these options on RHEL5
./configure --sysconfdir=/etc/ssh --with-pam --with-md5-passwords
Revision [412]
Edited on 2007-04-27 03:12:40 by WikiAdminAdditions:
=== Logging IP instead of DNS ===
Start sshd with **-u0** option
Start sshd with **-u0** option
Revision [387]
Edited on 2007-04-26 01:35:29 by WikiAdminAdditions:
{{parent page="GeneralUnix"}}
Deletions:
Revision [386]
Edited on 2007-04-26 01:34:46 by WikiAdminAdditions:
=== Starting second instance of ssh on port 24 ===
Deletions:
Revision [385]
Edited on 2007-04-26 01:34:32 by WikiAdminAdditions:
{{parent page="Linux"}}