search for: sshcommon

Displaying 6 results from an estimated 6 matches for "sshcommon".

Did you mean: ssh2common
2001 Apr 20
1
Restrict account to only use sftp not working
...t_authentication_initializ e: Added "publickey" to usable meth debug: SshAuthMethodClient/sshauthmethodc.c:105/ssh_client_authentication_initializ e: Added "password" to usable metho debug: Ssh2Client/sshclient.c:1104/ssh_client_wrap: creating userauth protocol debug: Ssh2Common/sshcommon.c:487/ssh_common_wrap: local ip = ...., local port = 32912 debug: Ssh2Common/sshcommon.c:489/ssh_common_wrap: remote ip = ...., remote port = 22 debug: SshConnection/sshconn.c:1853/ssh_conn_wrap: Wrapping... debug: Ssh2Transport/trcommon.c:593/ssh_tr_input_version: Remote version: SSH-2.0-OpenSSH_2...
2000 Sep 13
2
Can't connect to server using protocol v2?
Is this really caused by a buggy server, or is this an interoperability problem? It seems to work ok when I specify -o "protocol 1" on the command line. Thanks, Greg [gleblanc at grego1 gleblanc]$ ssh -v login.metalab.unc.edu SSH Version OpenSSH_2.2.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh/ssh_config debug: Applying
2001 May 31
3
OpenSSH, sftp problems
...sing the offending input channel. SshFCRecurse/sshfc_recurse.c:972: Connection down, re-establishing... FATAL: find_state_by_name: cannot find a state w/ name `fcr_lstat_file'. host1.mydomain.com> debug: Ssh2ChannelSession/sshchsession.c:1306: received exit status : 139 debug: Ssh2Common/sshcommon.c:660: num_channels now 0 debug: Got session close with exit_status=139 debug: destroying client struct... debug: uninitializing event loop host1.mydomain.com> ---------------------------------------- George Dimitoglou Emergent-IT, Space Sciences Division SOHO ESA/NASA Project Scienti...
2000 Jun 21
1
SSH 2.2.0
...thentication_initialize: Added "publickey" to usable methods. debug: SshAuthMethodClient/sshauthmethodc.c:99/ssh_client_authentication_initialize: Added "password" to usable methods. debug: Ssh2Client/sshclient.c:1097/ssh_client_wrap: creating userauth protocol debug: Ssh2Common/sshcommon.c:350/ssh_common_wrap: local ip = 192.168.254.148, local port = 1034 debug: Ssh2Common/sshcommon.c:352/ssh_common_wrap: remote ip = 204.17.205.2, remote port = 4040 debug: SshConnection/sshconn.c:1853/ssh_conn_wrap: Wrapping... debug: Ssh2Transport/trcommon.c:593/ssh_tr_input_version: Remote versio...
2002 May 15
3
ssh3 with ssh1
On Solaris 8, I have ssh 3.1.0 and on other box Sol 7 I have 1.2.26 (min version for comtable with ssh 3), I checked also /etc/ssh2/sshd2_config file ## SSH1 compatibility # Ssh1Compatibility <set by configure by default> # Sshd1Path <set by configure by default 2) generate key for ssh3 # ssh-keygen2 -P /etc/ssh2/hostkey
2015 Jan 30
3
SSH over websockets
I must be missing the point here somehow. From my simple mind I think that two things would be needed - first a mod, e.g., mod_sshd, or better an addition to mod_auth and mod_proxy so that a URL could be used to initiate contact to an sshd server elsewhere. The mod_auth part could/should be used to verity the credentials to used - basically setting up the VPN between ssh and httpd as ssh; the