Displaying 6 results from an estimated 6 matches for "kshrc".
Did you mean:
cshrc
2008 May 27
6
Openssh + AFS
The native authentication methods of openssh are
(not counting insecure RhostsRSAAuthentication)
1) public key
2) password
For users with home dirs in AFS space, method 1) does not work.
Except with (non foolproof) fiddling on the access controls within
the home directory. This might lead to security issues when done
by inexperienced users.
Without some work, only 2) remains. Being forced to send
2002 Jun 12
1
[Bug 274] scp fails if target account has echo "somestuff" as last line in .profile
http://bugzilla.mindrot.org/show_bug.cgi?id=274
------- Additional Comments From markus at openbsd.org 2002-06-13 04:21 -------
so your .profile is broken. you're not supposed to do this
for non-interactive session.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Sep 24
1
stty: : Operation not supported on transport endpoint
Hi!
I am using OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f on
my Mandrake 9.1 machine. I used to run fetchmail to get emails from IRIX
6.3 system which has OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL
0x0090602f.
I had to reinstall my Mandrake, and after that ssh gives me strange error
messages.
When I run command:
ssh -f -L 1234:irixhost.somedomain.fi:110
2005 Mar 02
1
(Ssh / sft /scp password problems, agent runs fine) root
Hi :-)
I forgott...
user -> root hangs
root -> root hangs
user -> user runs fine
fbeckman: ssh fbeckman at devil3 uname -a
Password:
SunOS devil3 5.8 Generic_117350-02 sun4u sparc SUNW,Ultra-Enterprise
Runs fine
fbeckman: ssh root at devil3 uname -a
Password:
SunOS devil3 5.8 Generic_117350-02 sun4u sparc SUNW,Ultra-Enterprise
HANGS
Frank
2005 Oct 17
2
Missing In PATH
I'm a newb to linux so please be patient. Running CentOS 4. Using
Bash. I'm not sure what happened, but now for some reason /sbin,
/usr/sbin, and /usr/local/sbin are all missing from the path. I am su'd
as root. I've tried several different methods to put this back
including:
PATH="/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/hom
2011 Mar 17
3
exit status of ssh?
The man page for ssh says that the exit status of ssh should
be the exit status of the program that it runs.
The session terminates when the command or shell on the remote machine
exits and all X11 and TCP/IP connections have been closed. The exit sta?
tus of the remote program is returned as the exit status of ssh.
...
ssh exits with the exit status of the remote command or with 255 if an
error