Sponsored Content
Full Discussion: ssh auto-logout
Operating Systems Linux ssh auto-logout Post 302269547 by daya.pandit on Thursday 18th of December 2008 02:34:37 AM
Old 12-18-2008
Actually there is no variable setting exists in shell, As $TMOUT but i am getting auto-logout within an hour.
 

10 More Discussions You Might Find Interesting

1. Solaris

trouble auto connecting ssh 3.6.1 (Solaris 8) to ssh 3.0.1 (Solaris 6)

I am currently setting up rdiff-backup to use ssh to connect and remotely backup and retrieve data. I am doing so by creating rsa keys for each server and copying the relevant key to the /.ssh folder on the relevant server. All seems to work well when severs running solaris 8 with ssh 3.6.1 are... (6 Replies)
Discussion started by: falklandtim
6 Replies

2. UNIX for Dummies Questions & Answers

auto SSH help, I did STFW/RTFF

logon to a client unix box as user "evil" > >su - hero enter evil's password >hero$> ssh-kengen -t dsa no passphase, id_dsa / id_dsa.pub generated. >hero$> scp /home/hero/.ssh/id_dsa.pub evil@scp_server:/tmp/id_dsa.pub now the scp_server, logon as evil >su - hero >hero>mv... (0 Replies)
Discussion started by: cititester
0 Replies

3. UNIX for Dummies Questions & Answers

auto logout

How do I disable the auto logout for remote logins to a host (2 Replies)
Discussion started by: lethgowerboy
2 Replies

4. Solaris

ssh auto-logout problem

Hi all, Is there is any feature to auto-logout in OpenSSH 3.6.1p2, If yes then how to disable that because i am getting auto-logout within an hour when i am idle from SSH Server. Thanks in advance. https://www.unix.com/images/misc/progress.gif (3 Replies)
Discussion started by: daya.pandit
3 Replies

5. Ubuntu

Ubuntu 10.04 - auto logout

Hello Everyone, This is my first thread. It's about latest version of ubuntu 10.4 (Ultimate Edition II.VI). I am really happy with seeing all the graphics and small duration installation process. Even, it takes very short to boot the OS. One of my friend was working on my desktop (ubuntu... (0 Replies)
Discussion started by: nbhalala
0 Replies

6. Shell Programming and Scripting

issue while auto login using .ssh for HPUX

Hi, While trying to supress password prompt using ssh. I have added .ssh folder manually and generated public key and added to authorized_keys file in the remote machine. But still it's prompting for passwords with the following message: Permission denied... (5 Replies)
Discussion started by: 116@434
5 Replies

7. Shell Programming and Scripting

shell script to run after ssh logout from another machine

Scenario: I currently manager a cluster at work which is on a private network and i constantly need to ssh to other clients for diags e.t.c. I created a debain client which i use as my gateway to get to all the clients on the private network and I then created a Shell menu script which will make... (4 Replies)
Discussion started by: defamer
4 Replies

8. UNIX for Dummies Questions & Answers

auto login not working after ssh-keygen

Hi, I have a generic id say "abc". In a client i logged into using this generic id and generated the key for autologin to do ssh to a server. I have kept the key in authorized_keys file in the server under the home directory of this generic id. (/u/abc/.ssh/authorized_keys) when i do... (7 Replies)
Discussion started by: rbalaj16
7 Replies

9. Shell Programming and Scripting

Auto Remote SSH key setup

Hi Guys!! I am trying to get around the complex situation, i have a task to complete, Like to setup the remote SSH key automatically by providing the root login details, ip and ssh port once to the script input and once its tested and accepted the next ssh should be password less, script... (0 Replies)
Discussion started by: SilvesterJ
0 Replies

10. Shell Programming and Scripting

SSH HELP how to connect auto?

hi, i have some servers on my network. i need to connect to them auto from my work station sith SSH. i need to write a script thet connects to the server with USERNAME and PASSWORD automticly. and on each server to kill process. in my sciprt i want to put all list the IP of my... (1 Reply)
Discussion started by: zigizag
1 Replies
CatalystX::SimpleLogin::TraitFor::Controller::Login::LogUser3Contributed Perl DocuCatalystX::SimpleLogin::TraitFor::Controller::Login::Logout(3pm)

NAME
CatalystX::SimpleLogin::TraitFor::Controller::Login::Logout - log users out DESCRIPTION
Simple controller role for logging users out. Provides a "logout" action (at /logout by default) which redirects the user to the homepage by default. ACTIONS
logout : Chained('/') PathPart('logout') Args(0) Calls "$c->logout", then redirects to the logout uri retuned by "$self->redirect_after_logout_uri". METHODS
redirect_after_logout_uri Returns the uri to redirect to after logout. Defaults to "$c->uri_for('/');" you can override this by setting the "<redirect_after_logout_uri"> key in config to a path to be passed to "$c->uri_for". Alternatively, you can write your own redirect_after_logout_uri in your Login controller if you are extending CatalystX::SimpleLogin and it will override the method from this role. do_clear_session_on_logout Deletes the session after a logout. To enable this use the following in your config: __PACKAGE__->config('Controller::Login' => { clear_session_on_logout => 1 }); SEE ALSO
CatalystX::SimpleLogin::Controller::Login AUTHORS
See CatalystX::SimpleLogin for authors. LICENSE
See CatalystX::SimpleLogin for license. perl v5.14.2 2012-05-05 CatalystX::SimpleLogin::TraitFor::Controller::Login::Logout(3pm)
All times are GMT -4. The time now is 09:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy