Displaying 8 results from an estimated 8 matches for "sigca".
Did you mean:
  sica
  
2023 Oct 20
0
[PATCH] Clean up the regress directory with make clean
...ers
+       rm -f regress/authkeys_orig
+       rm -f regress/command
+       rm -f regress/data.2
+       rm -f regress/done
+       rm -f regress/expect_*
+       rm -f regress/host.sk-ssh-ed25519 at openssh.com
+       rm -f regress/host_*
+       rm -f regress/revoked_keys
+       rm -f regress/sigca-key
+       rm -f regress/sigca-key.pub
+       rm -f regress/sk-ssh-ed25519 at openssh.com*
+       rm -f regress/ssh-ed25519*
+       rm -f regress/ssh_output
+       rm -f regress/ssh_proxy.bak
+       rm -f regress/sshd-log-wrapper.sh
+       rm -f regress/sshd_config_minimal
+       rm -f regr...
2018 Oct 16
0
CFP VEHITS 2019 - 5th Int.l Conf. on Vehicle Technology and Intelligent Transport Systems (Heraklion, Crete/Greece)
...10, 2018
http://www.vehits.org/
May 3 - 5, 2019
Heraklion, Crete, Greece.
 VEHITS is organized in 5 major tracks:
 - Intelligent Vehicle Technologies
 - Intelligent Transport Systems and Infrastructure
 - Connected Vehicles
 - Sustainable Transport 
 - Data Analytics
In Cooperation with: ACM SIGCAS, EDSO, Cluster Habitat Sustent?vel, OSGP Alliance and Siemens. <br/>
Proceedings will be submitted for indexation by: DBLP, Thomson Reuters, EI, SCOPUS and Semantic Scholar. <br/>
 
With the presence of internationally distinguished keynote speakers:
Javier S?nchez-Medina, University o...
2018 Oct 16
0
CFP SMARTGREENS 2019 - 8th Int.l Conf. on Smart Cities and Green ICT Systems (Heraklion, Crete/Greece)
...martgreens.org/
May 3 - 5, 2019
Heraklion, Crete, Greece.
 SMARTGREENS is organized in 5 major tracks:
 - Energy-Aware Systems and Technologies
 - Sustainable Computing and Systems
 - Smart Cities and Smart Buildings
 - Demos and Use-Cases
 - Smart and Digital Services
In Cooperation with: ACM SIGCAS, EDSO, Cluster Habitat Sustent?vel, OSGP Alliance and Siemens. <br/>
Proceedings will be submitted for indexation by: DBLP, Thomson Reuters, EI, SCOPUS and Semantic Scholar. <br/>
 
With the presence of internationally distinguished keynote speakers:
Norbert Streitz, Founder and Scient...
2018 Oct 16
0
CFP ICEIS 2019 - 21st Int.l Conf. on Enterprise Information Systems (Heraklion, Crete/Greece)
...n 6 major tracks:
 - Databases and Information Systems Integration
 - Artificial Intelligence and Decision Support Systems
 - Information Systems Analysis and Specification
 - Software Agents and Internet Computing
 - Human-Computer Interaction
 - Enterprise Architecture
In Cooperation with: ACM SIGCAS, EDSO, Cluster Habitat Sustent?vel, OSGP Alliance and Siemens. <br/>
Proceedings will be submitted for indexation by: DBLP, Thomson Reuters, EI, SCOPUS and Semantic Scholar. <br/>
 
A short list of presented papers will be selected so that revised and extended versions of these papers...
2018 Oct 16
0
CFP IoTBDS 2019 - 4th Int.l Conf. on Internet of Things, Big Data and Security (Heraklion, Crete/Greece)
...IoTBDS is organized in 7 major tracks:
 - Big Data Research 
 - Emerging Services and Analytics 
 - Internet of Things (IoT) Fundamentals
 - Internet of Things (IoT) Applications
 - Big Data for Multi-discipline Services
 - Security, Privacy and Trust
 - IoT Technologies
In Cooperation with: ACM SIGCAS, EDSO, Cluster Habitat Sustent?vel, OSGP Alliance and Siemens. <br/>
Proceedings will be submitted for indexation by: DBLP, Thomson Reuters, EI, SCOPUS and Semantic Scholar. <br/>
 
With the presence of internationally distinguished keynote speakers:
Francisco Herrera, University of Gr...
2018 Oct 16
0
CFP CLOSER 2019 - 9th Int.l Conf. on Cloud Computing and Services Science (Heraklion, Crete/Greece)
...Services Science
 - Data as a Service
 - Cloud Operations
 - Edge Cloud and Fog Computing
 - Service Modelling and Analytics
 - Mobile  Cloud  Computing  
 - Cloud Computing Fundamentals
 - Cloud Computing Platforms and Applications
 - Cloud Computing Enabling Technology
In Cooperation with: ACM SIGCAS, EDSO, Cluster Habitat Sustent?vel, OSGP Alliance and Siemens. <br/>
Proceedings will be submitted for indexation by: DBLP, Thomson Reuters, EI, SCOPUS and Semantic Scholar. <br/>
 
A short list of presented papers will be selected so that revised and extended versions of these papers...
2025 Apr 29
1
Multiple allowed signer files in `ssh-keygen -Y verify`
...ments.");
-------------- next part --------------
diff --git a/sshsig.sh b/sshsig.sh
index dae0370..1a31ac7 100644
--- a/sshsig.sh
+++ b/sshsig.sh
@@ -6,7 +6,7 @@ tid="sshsig"
 DATA2=$OBJ/${DATANAME}.2
 cat ${DATA} ${DATA} > ${DATA2}
 
-rm -f $OBJ/sshsig-*.sig $OBJ/wrong-key* $OBJ/sigca-key*
+rm -f $OBJ/sshsig-*.sig $OBJ/wrong-key* $OBJ/sigca-key* $OBJ/allowed_signers*
 
 sig_namespace="test-$$"
 sig_principal="user-$$@example.com"
@@ -66,11 +66,22 @@ for t in $SIGNKEYS; do
 		    $hashalg_arg < $DATA > $sigfile 2>/dev/null || \
 			fail "sign usi...
2025 Apr 23
1
Multiple allowed signer files in `ssh-keygen -Y verify`
Hello,
I'm currently evaluating using `ssh-keygen -Y verify` to check OS 
artifacts (e.g. packages) and I noticed that the `-f 
allowed_signers_file` option can be passed only once. A side remark: 
technically it can be passed multiple times without a warning but the 
last invocation overrides all previous ones. Tested using:
$ ssh-keygen -Y verify -f allowed_signers -f /dev/null -n file -s