Skip to content

Commit

Permalink
B1 cert problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Deborah-Morris committed May 16, 2024
1 parent b843fb5 commit f5934e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions getting_started/elements/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ ssh -i <private ssh key file name> snoplusprod@snoplusprod.ph.liv.ac.uk

Deborah Morris (deborah.morris@snolab.ca) or Mark Ward (mark.ward@snolab.ca)

note that the ssh version on buffer 1 is quite out of date so to get it to accept ypu certificate you may need to add ssh-rsa to the oPubkeyAcceptedKeyTypes and oHostKeyAlgorithms
```bash
ssh -i <private ssh key file name> -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedKeyTypes=+ssh-rsa snotflow@buffer1.sp.snolab.ca
```
---

### **SNOLAB**
Expand Down

0 comments on commit f5934e8

Please sign in to comment.