search for: someotherhost

Displaying 5 results from an estimated 5 matches for "someotherhost".

2008 Feb 01
2
ssh wrapper scripts
Hello This is an idea someone had that I thought of implementing, but I don't know whether I have the time. Regardless, I would only do it if you would include it with the OpenSSH distribution, so I would need to know your opinion. OpenSSH is a very useful an very versatile tool. Not only a remote terminal - but also an FTP-like client/server, an app for copying files, an aid for port
2002 May 17
0
[Fwd: Re: X-windows security in Gnome]
...gt; > IMHO, I wouldn't call that "integrated". ssh is an external > tool which > provides a tunnel for the X traffic. I would consider it > integrated if the X > server itself talked SSH as well as the core X libraries. X > clients would > connect to <someotherhost>:0 instead of <localhost:10> and > the X libraries > would transparently use the SSH protocol if available. This can be done now using ssh -L ... And if you want the X11 libraries to actually initiate the ssh client, then you need to change the X11 libraries, preferably to suppor...
2013 Apr 20
3
[Bug 2094] New: Executing commands via ssh on a remote host has different parameter passing properties
...xpected parameters passed to a command to work identically whether that command is local or run via ssh. Just to show that it isn't the fault of zsh on the remote machine, other shells show the same problem even with a simpler version of the escaping problem: $ echo ls \' ' $ ssh someotherhost.com echo ls \' bash: -c: line 0: unexpected EOF while looking for matching `'' bash: -c: line 1: syntax error: unexpected end of file The basic problem, as far as I can tell, is that ssh is passing arguments as unprotected strings to the remote shell to execute the command. In esse...
2002 May 17
2
[Fwd: Re: X-windows security in Gnome]
The "integration" of SSH with apps is already there. Read the OpenSSH [or other SSH implementation's] man pages and the SSHv2 specs. RTFM! Essentially SSH supports tunneling of X11 traffic. The SSH daemon is responsible for creating a local X11 display endpoint and setting the DISPLAY environment variable appropriately, then the apps you run in SSH sessions with X11 forwarding do
2004 Oct 20
1
krb5_cc_get_principal failed
...renew until 10/21/04 08:33:07, Etype (skey, tkt): ArcFour with HMAC/md5, ArcFour with HMAC/md5 10/20/04 08:39:04 10/20/04 18:33:10 XXXXXXXXXXXXXXXXXX renew until 10/21/04 08:33:07, Etype (skey, tkt): ArcFour with HMAC/md5, ArcFour with HMAC/md5 looks right to me ? smbclient -L -U <someotherhost> works ... but <localhost> doesnt, smbclient -d6 -L localhost -U stdenisro INFO: Current debug levels: all: True/6 tdb: False/0 printdrivers: False/0 lanman: False/0 smb: False/0 rpc_parse: False/0 rpc_srv: False/0 rpc_cli: False/0 passdb: False/0 sam: False/0 auth:...