Displaying 6 results from an estimated 6 matches for "ssh2_config".
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
2013 May 13
1
Session rekeying support in OpenSSH
...er a specified amount of time. I manually verified the
OpenSSH_5.2p1 and OpenSSH-6.2 source codes and haven?t found any code
support for session rekeying in both releases.
SSH2 supports session rekeying using the parameter ?RekeyIntervalSeconds?
with default value 3600 seconds (one hour) in both ssh2_config and
sshd2_config files. I haven?t found similar parameter in both releases
OpenSSH_5.2p1 and openssh-6.2 configuration files.
Does openSSH not support session rekeying (rekeying after a specified
amount of time)? If so, is there any alternative approach to achieve this
behavior?
Your prompt repl...
2011 Dec 08
1
Converting SSH2 keys for use in OpenSSH
....0e-fips 6 Sep 2011
Here is the log information from the session.
C:\Users\arolsen> "\Program Files (x86)\F-Secure\Ssh\ssh2.exe" -d 4 -a -l alan myserver.intel.com
debug: Ssh2: User config file not found, using defaults. (Looked for 'C:/Users/a
rolsen/AppData/Roaming/F-Secure SSH/ssh2_config')
debug: Ssh2: remote host = "myserver.intel.com"
debug: SshCertEdb: EDB: Adding database: ssh.http
debug: SshCertEdb: EDB: Removing database: ssh.ldap
debug: SshCertEdb: EDB: Adding database: ssh.ldap
debug: Connecting to myserver.intel.com, port 22... (SOCKS not used)
debug: Ssh2: E...
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
2000 Jun 21
1
SSH 2.2.0
...7701
gem at rellim.com Tel:+1(541)382-8588 Fax: +1(541)382-8676
[root at a ~]# ssh -V
ssh: SSH Secure Shell 2.2.0 (non-commercial version) on i686-pc-linux-gnu
[root at a ~]# ssh -v -l gem -p 4040 hobbes.rellim.com
debug: hostname is 'hobbes.rellim.com'.
debug: Unable to open /root/.ssh2/ssh2_config
debug: connecting to hobbes.rellim.com...
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug: SshAuthMethodClient/sshauthmethodc.c:99/ssh_client_authentication_initialize: Added "publickey" to usable methods.
debug: SshAuthMethodClient/sshauthmethodc.c:99...
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