Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
# ssh host arg... - invoke ssh v1.  if it fails, try v2.
3
if (! /$cputype/bin/ssh1 $* >[2]/dev/null)
4
	exec /$cputype/bin/ssh2 $*