![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SSHD does not start | untamed | AIX | 31 | 01-10-2008 09:13 AM |
| sshd question | banyan | UNIX for Dummies Questions & Answers | 2 | 05-07-2007 08:44 AM |
| It helps in the sshd on sshd.log | sandba | AIX | 0 | 07-28-2006 06:39 PM |
| no sshd log | hezry79 | SUN Solaris | 4 | 04-11-2006 11:24 AM |
| sshd | norsk hedensk | UNIX for Dummies Questions & Answers | 2 | 10-10-2002 09:08 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
sshd restart
need some clarification:
if i ssh to the server & i restart the sshd process, did my connection gone? one more thing, there are a few sshd processes in aix, how do i restart it all to read new config? using HUP? thanks in advance! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
stopsrc -g ssh and then startsrc -g ssh
New connections will not be possible while stopped. Existing connections should be fine. |
|
#3
|
|||
|
|||
|
You can also do a kill -1 on the process. You'll find the pid listed in a file in a directory like /etc/ssh.
|
|||
| Google The UNIX and Linux Forums |